Html Css Color HEX #23609B Endeavour

📋 copy color: '#23609B'

red 35 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #23609B

Tints of Endeavour #23609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 12.24%
G = 33.57%
B = 54.2%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23609B (or 0x23609B) is known color: Endeavour. HEX triplet: 23, 60 and 9B. RGB value is (35,96,155). Sum of RGB (Red+Green+Blue) = 35+96+155=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #23609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23609B is #DC9F64. Grayscale: #545454. Windows color (decimal): -14458725 or 10182691. OLE color: 10182691.

HSL color Cylindrical-coordinate representation of color #23609B: hue angle of 209.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23609B is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 96 155 -
CMYK 0.77 0.38 0 0.39
HSL 209.5º 0.63% 0.37% -
HSV(B) 209.5º 0.77% 0.61% -
XYZ 10.79 11.09 32.58 -
YUV 84.49 167.79 92.7 -
System Red Green Blue C M Y K H S L
Decimal 35 96 155 0.77 0.38 0 0.39 209.5 0.63 0.37
Hex 23 60 9B 4D 26 0 27 D2 3F 25
Octal 43 140 233 115 46 0 47 322 77 45
Binary 100011 1100000 10011011 1001101 100110 0 100111 11010010 111111 100101

Color Harmonies of #23609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23609B

Black with #23609B

Text Example


Text Example

White with #23609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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