Html Css Color HEX #23619B Endeavour

📋 copy color: '#23619B'

red 35 ◦ green 97 ◦ blue 155

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

Shades of Endeavour #23619B

Tints of Endeavour #23619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 12.2%
G = 33.8%
B = 54.01%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23619B (or 0x23619B) is known color: Endeavour. HEX triplet: 23, 61 and 9B. RGB value is (35,97,155). Sum of RGB (Red+Green+Blue) = 35+97+155=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #23619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23619B is #DC9E64. Grayscale: #545454. Windows color (decimal): -14458469 or 10182947. OLE color: 10182947.

HSL color Cylindrical-coordinate representation of color #23619B: hue angle of 209º 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 #23619B is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 97 155 -
CMYK 0.77 0.37 0 0.39
HSL 209º 0.63% 0.37% -
HSV(B) 209º 0.77% 0.61% -
XYZ 10.88 11.27 32.61 -
YUV 85.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 35 97 155 0.77 0.37 0 0.39 209 0.63 0.37
Hex 23 61 9B 4D 25 0 27 D1 3F 25
Octal 43 141 233 115 45 0 47 321 77 45
Binary 100011 1100001 10011011 1001101 100101 0 100111 11010001 111111 100101

Color Harmonies of #23619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23619B

Black with #23619B

Text Example


Text Example

White with #23619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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