Html Css Color HEX #225D99 Endeavour

📋 copy color: '#225D99'

red 34 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #225D99

Tints of Endeavour #225D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 12.14%
G = 33.21%
B = 54.64%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#225D99 (or 0x225D99) is known color: Endeavour. HEX triplet: 22, 5D and 99. RGB value is (34,93,153). Sum of RGB (Red+Green+Blue) = 34+93+153=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #225D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D99 is #DDA266. Grayscale: #515151. Windows color (decimal): -14525031 or 10050850. OLE color: 10050850.

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

Color convert

RGB 34 93 153 -
CMYK 0.78 0.39 0 0.4
HSL 210.25º 0.64% 0.37% -
HSV(B) 210.25º 0.78% 0.6% -
XYZ 10.32 10.47 31.61 -
YUV 82.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 34 93 153 0.78 0.39 0 0.4 210.25 0.64 0.37
Hex 22 5D 99 4E 27 0 28 D2 40 25
Octal 42 135 231 116 47 0 50 322 100 45
Binary 100010 1011101 10011001 1001110 100111 0 101000 11010010 1000000 100101

Color Harmonies of #225D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D99

Black with #225D99

Text Example


Text Example

White with #225D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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