Html Css Color HEX #2396CE Pelorous

📋 copy color: '#2396CE'

red 35 ◦ green 150 ◦ blue 206

#2396CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2396CE

Tints of Pelorous #2396CE

RGB

 RED value IS 35 (14.06% from 255) = 8.95%

 GREEN value IS 150 (58.98% from 255) = 38.36%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 8.95%
G = 38.36%
B = 52.69%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2396CE (or 0x2396CE) is known color: Pelorous. HEX triplet: 23, 96 and CE. RGB value is (35,150,206). Sum of RGB (Red+Green+Blue) = 35+150+206=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2396CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396CE is #DC6931. Grayscale: #797979. Windows color (decimal): -14444850 or 13538851. OLE color: 13538851.

HSL color Cylindrical-coordinate representation of color #2396CE: hue angle of 199.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2396CE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 150 206 -
CMYK 0.83 0.27 0 0.19
HSL 199.65º 0.71% 0.47% -
HSV(B) 199.65º 0.83% 0.81% -
XYZ 22.74 26.63 62.33 -
YUV 122 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 35 150 206 0.83 0.27 0 0.19 199.65 0.71 0.47
Hex 23 96 CE 53 1B 0 13 C8 47 2F
Octal 43 226 316 123 33 0 23 310 107 57
Binary 100011 10010110 11001110 1010011 11011 0 10011 11001000 1000111 101111

Color Harmonies of #2396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2396CE

Black with #2396CE

Text Example


Text Example

White with #2396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2396CE;
 }
 .AnyTagClassName
 {
   color: #2396CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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