Html Css Color HEX #23559A Endeavour

📋 copy color: '#23559A'

red 35 ◦ green 85 ◦ blue 154

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

Shades of Endeavour #23559A

Tints of Endeavour #23559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 12.77%
G = 31.02%
B = 56.2%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23559A (or 0x23559A) is known color: Endeavour. HEX triplet: 23, 55 and 9A. RGB value is (35,85,154). Sum of RGB (Red+Green+Blue) = 35+85+154=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #23559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23559A is #DCAA65. Grayscale: #4D4D4D. Windows color (decimal): -14461542 or 10114339. OLE color: 10114339.

HSL color Cylindrical-coordinate representation of color #23559A: hue angle of 214.79º 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 #23559A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 85 154 -
CMYK 0.77 0.45 0 0.40
HSL 214.79º 0.63% 0.37% -
HSV(B) 214.79º 0.77% 0.6% -
XYZ 9.77 9.19 31.83 -
YUV 77.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 35 85 154 0.77 0.45 0 0.40 214.79 0.63 0.37
Hex 23 55 9A 4D 2D 0 28 D7 3F 25
Octal 43 125 232 115 55 0 50 327 77 45
Binary 100011 1010101 10011010 1001101 101101 0 101000 11010111 111111 100101

Color Harmonies of #23559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23559A

Black with #23559A

Text Example


Text Example

White with #23559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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