Html Css Color HEX #23549C Endeavour

📋 copy color: '#23549C'

red 35 ◦ green 84 ◦ blue 156

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

Shades of Endeavour #23549C

Tints of Endeavour #23549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 12.73%
G = 30.55%
B = 56.73%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23549C (or 0x23549C) is known color: Endeavour. HEX triplet: 23, 54 and 9C. RGB value is (35,84,156). Sum of RGB (Red+Green+Blue) = 35+84+156=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #23549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23549C is #DCAB63. Grayscale: #4D4D4D. Windows color (decimal): -14461796 or 10245155. OLE color: 10245155.

HSL color Cylindrical-coordinate representation of color #23549C: hue angle of 215.7º 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 #23549C is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 84 156 -
CMYK 0.78 0.46 0 0.39
HSL 215.7º 0.63% 0.37% -
HSV(B) 215.7º 0.78% 0.61% -
XYZ 9.86 9.1 32.69 -
YUV 77.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 35 84 156 0.78 0.46 0 0.39 215.7 0.63 0.37
Hex 23 54 9C 4E 2E 0 27 D8 3F 25
Octal 43 124 234 116 56 0 47 330 77 45
Binary 100011 1010100 10011100 1001110 101110 0 100111 11011000 111111 100101

Color Harmonies of #23549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23549C

Black with #23549C

Text Example


Text Example

White with #23549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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