Html Css Color HEX #23609D Endeavour

📋 copy color: '#23609D'

red 35 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #23609D

Tints of Endeavour #23609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 12.15%
G = 33.33%
B = 54.51%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23609D (or 0x23609D) is known color: Endeavour. HEX triplet: 23, 60 and 9D. RGB value is (35,96,157). Sum of RGB (Red+Green+Blue) = 35+96+157=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #23609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23609D is #DC9F62. Grayscale: #545454. Windows color (decimal): -14458723 or 10313763. OLE color: 10313763.

HSL color Cylindrical-coordinate representation of color #23609D: hue angle of 210º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23609D is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 96 157 -
CMYK 0.78 0.39 0 0.38
HSL 210º 0.64% 0.38% -
HSV(B) 210º 0.78% 0.62% -
XYZ 10.96 11.16 33.47 -
YUV 84.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 35 96 157 0.78 0.39 0 0.38 210 0.64 0.38
Hex 23 60 9D 4E 27 0 26 D2 40 26
Octal 43 140 235 116 47 0 46 322 100 46
Binary 100011 1100000 10011101 1001110 100111 0 100110 11010010 1000000 100110

Color Harmonies of #23609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23609D

Black with #23609D

Text Example


Text Example

White with #23609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23609D; }

 p { color: rgb(35,96,157); }

 H1.HeaderClassName
 {
   color: #23609D;
 }
 .AnyTagClassName
 {
   color: #23609D;
 }
</style>

background-color css

<style>
 a { background-color: #23609D; }

 a { background-color: rgb(35,96,157); }

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

border-color css

<style>
 span { border-color: #23609D; }

 span { border-color: rgb(35,96,157); }

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