Html Css Color HEX #23559B Endeavour

📋 copy color: '#23559B'

red 35 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #23559B

Tints of Endeavour #23559B

RGB

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

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

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

R = 12.73%
G = 30.91%
B = 56.36%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23559B (or 0x23559B) is known color: Endeavour. HEX triplet: 23, 55 and 9B. RGB value is (35,85,155). Sum of RGB (Red+Green+Blue) = 35+85+155=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #23559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23559B is #DCAA64. Grayscale: #4D4D4D. Windows color (decimal): -14461541 or 10179875. OLE color: 10179875.

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

Color convert

RGB 35 85 155 -
CMYK 0.77 0.45 0 0.39
HSL 215º 0.63% 0.37% -
HSV(B) 215º 0.77% 0.61% -
XYZ 9.86 9.22 32.27 -
YUV 78.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 35 85 155 0.77 0.45 0 0.39 215 0.63 0.37
Hex 23 55 9B 4D 2D 0 27 D7 3F 25
Octal 43 125 233 115 55 0 47 327 77 45
Binary 100011 1010101 10011011 1001101 101101 0 100111 11010111 111111 100101

Color Harmonies of #23559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23559B

Black with #23559B

Text Example


Text Example

White with #23559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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