Html Css Color HEX #23529C Endeavour

📋 copy color: '#23529C'

red 35 ◦ green 82 ◦ blue 156

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

Shades of Endeavour #23529C

Tints of Endeavour #23529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 12.82%
G = 30.04%
B = 57.14%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23529C (or 0x23529C) is known color: Endeavour. HEX triplet: 23, 52 and 9C. RGB value is (35,82,156). Sum of RGB (Red+Green+Blue) = 35+82+156=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #23529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23529C is #DCAD63. Grayscale: #4C4C4C. Windows color (decimal): -14462308 or 10244643. OLE color: 10244643.

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

Color convert

RGB 35 82 156 -
CMYK 0.78 0.47 0 0.39
HSL 216.69º 0.63% 0.37% -
HSV(B) 216.69º 0.78% 0.61% -
XYZ 9.71 8.79 32.64 -
YUV 76.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 35 82 156 0.78 0.47 0 0.39 216.69 0.63 0.37
Hex 23 52 9C 4E 2F 0 27 D9 3F 25
Octal 43 122 234 116 57 0 47 331 77 45
Binary 100011 1010010 10011100 1001110 101111 0 100111 11011001 111111 100101

Color Harmonies of #23529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23529C

Black with #23529C

Text Example


Text Example

White with #23529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23529C; }

 p { color: rgb(35,82,156); }

 H1.HeaderClassName
 {
   color: #23529C;
 }
 .AnyTagClassName
 {
   color: #23529C;
 }
</style>

background-color css

<style>
 a { background-color: #23529C; }

 a { background-color: rgb(35,82,156); }

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

border-color css

<style>
 span { border-color: #23529C; }

 span { border-color: rgb(35,82,156); }

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