Html Css Color HEX #23609A Endeavour

📋 copy color: '#23609A'

red 35 ◦ green 96 ◦ blue 154

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

Shades of Endeavour #23609A

Tints of Endeavour #23609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 12.28%
G = 33.68%
B = 54.04%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23609A (or 0x23609A) is known color: Endeavour. HEX triplet: 23, 60 and 9A. RGB value is (35,96,154). Sum of RGB (Red+Green+Blue) = 35+96+154=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #23609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23609A is #DC9F65. Grayscale: #545454. Windows color (decimal): -14458726 or 10117155. OLE color: 10117155.

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

Color convert

RGB 35 96 154 -
CMYK 0.77 0.38 0 0.40
HSL 209.24º 0.63% 0.37% -
HSV(B) 209.24º 0.77% 0.6% -
XYZ 10.71 11.06 32.14 -
YUV 84.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 35 96 154 0.77 0.38 0 0.40 209.24 0.63 0.37
Hex 23 60 9A 4D 26 0 28 D1 3F 25
Octal 43 140 232 115 46 0 50 321 77 45
Binary 100011 1100000 10011010 1001101 100110 0 101000 11010001 111111 100101

Color Harmonies of #23609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23609A

Black with #23609A

Text Example


Text Example

White with #23609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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