#2396aa

Color #2396AA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2396AA

Tints of Pelorous #2396AA

Color information

#2396AA (or 0x2396AA) is unknown color: approx Pelorous. HEX triplet: 23, 96 and AA. RGB value is (35,150,170). Sum of RGB (Red+Green+Blue) = 35+150+170=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #2396AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2396AA is #DC6955. Grayscale: #757575. Windows color (decimal): -14444886 or 11179555. OLE color: 11179555.

HSL color Cylindrical-coordinate representation of color #2396AA: hue angle of 188.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2396AA is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35150170-
CMYK0.790.1200.33
HSL188.89º65.85%40.2%-
HSV(B)188.89º79.41%66.67%-
XYZ18.8625.0741.88-
YUV117.9157.468.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=9.86%
G=42.25%
B=47.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351501700.790.1200.33188.8965.8540.2
Hex2396AA4FC021bd4228
Octal432262521171404127510250
Binary1000111001011010101010100111111000100001101111011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2396aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2396aa; }

 p { color: rgb(35,150,170); }

 H1.HeaderClassName
 {
   color: #2396aa;
 }
 .AnyTagClassName
 {
   color: #2396aa;
 }
</style>
background-color css

<style>
 a { background-color: #2396aa; }

 a { background-color: rgb(35,150,170); }

 div.DivClassName
 {
   background-color: #2396aa;
 }
 .BgClassName
 {
   background-color: #2396aa;
 }
</style>
border-color css

<style>
 span { border-color: #2396aa; }

 span { border-color: rgb(35,150,170); }

 td.TdClassName
 {
   border-color: #2396aa;
 }
 .TagClassName
 {
   border-color: #2396aa;
 }
</style>