Html Css Color HEX #225399 Endeavour

📋 copy color: '#225399'

red 34 ◦ green 83 ◦ blue 153

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

Shades of Endeavour #225399

Tints of Endeavour #225399

RGB

 RED value IS 34 (13.67% from 255) = 12.59%

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 12.59%
G = 30.74%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225399 (or 0x225399) is known color: Endeavour. HEX triplet: 22, 53 and 99. RGB value is (34,83,153). Sum of RGB (Red+Green+Blue) = 34+83+153=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #225399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225399 is #DDAC66. Grayscale: #4C4C4C. Windows color (decimal): -14527591 or 10048290. OLE color: 10048290.

HSL color Cylindrical-coordinate representation of color #225399: hue angle of 215.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225399 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 83 153 -
CMYK 0.78 0.46 0 0.4
HSL 215.29º 0.64% 0.37% -
HSV(B) 215.29º 0.78% 0.6% -
XYZ 9.5 8.83 31.34 -
YUV 76.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 34 83 153 0.78 0.46 0 0.4 215.29 0.64 0.37
Hex 22 53 99 4E 2E 0 28 D7 40 25
Octal 42 123 231 116 56 0 50 327 100 45
Binary 100010 1010011 10011001 1001110 101110 0 101000 11010111 1000000 100101

Color Harmonies of #225399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225399

Black with #225399

Text Example


Text Example

White with #225399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225399; }

 p { color: rgb(34,83,153); }

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

background-color css

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

 a { background-color: rgb(34,83,153); }

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

border-color css

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

 span { border-color: rgb(34,83,153); }

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