Html Css Color HEX #225E8C Endeavour

📋 copy color: '#225E8C'

red 34 ◦ green 94 ◦ blue 140

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

Shades of Endeavour #225E8C

Tints of Endeavour #225E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 12.69%
G = 35.07%
B = 52.24%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#225E8C (or 0x225E8C) is known color: Endeavour. HEX triplet: 22, 5E and 8C. RGB value is (34,94,140). Sum of RGB (Red+Green+Blue) = 34+94+140=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #225E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225E8C is #DDA173. Grayscale: #515151. Windows color (decimal): -14524788 or 9199138. OLE color: 9199138.

HSL color Cylindrical-coordinate representation of color #225E8C: hue angle of 206.04º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #225E8C is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 94 140 -
CMYK 0.76 0.33 0 0.45
HSL 206.04º 0.61% 0.34% -
HSV(B) 206.04º 0.76% 0.55% -
XYZ 9.4 10.24 26.29 -
YUV 81.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 34 94 140 0.76 0.33 0 0.45 206.04 0.61 0.34
Hex 22 5E 8C 4C 21 0 2D CE 3D 22
Octal 42 136 214 114 41 0 55 316 75 42
Binary 100010 1011110 10001100 1001100 100001 0 101101 11001110 111101 100010

Color Harmonies of #225E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225E8C

Black with #225E8C

Text Example


Text Example

White with #225E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,94,140); }

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

background-color css

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

 a { background-color: rgb(34,94,140); }

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

border-color css

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

 span { border-color: rgb(34,94,140); }

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