Html Css Color HEX #224898 Endeavour

📋 copy color: '#224898'

red 34 ◦ green 72 ◦ blue 152

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

Shades of Endeavour #224898

Tints of Endeavour #224898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 152 (59.77% from 255) = 58.91%

R = 13.18%
G = 27.91%
B = 58.91%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224898 (or 0x224898) is known color: Endeavour. HEX triplet: 22, 48 and 98. RGB value is (34,72,152). Sum of RGB (Red+Green+Blue) = 34+72+152=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #224898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224898 is #DDB767. Grayscale: #454545. Windows color (decimal): -14530408 or 9979938. OLE color: 9979938.

HSL color Cylindrical-coordinate representation of color #224898: hue angle of 220.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224898 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 72 152 -
CMYK 0.78 0.53 0 0.40
HSL 220.68º 0.63% 0.36% -
HSV(B) 220.68º 0.78% 0.6% -
XYZ 8.64 7.24 30.65 -
YUV 69.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 34 72 152 0.78 0.53 0 0.40 220.68 0.63 0.36
Hex 22 48 98 4E 35 0 28 DD 3F 24
Octal 42 110 230 116 65 0 50 335 77 44
Binary 100010 1001000 10011000 1001110 110101 0 101000 11011101 111111 100100

Color Harmonies of #224898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224898

Black with #224898

Text Example


Text Example

White with #224898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224898; }

 p { color: rgb(34,72,152); }

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

background-color css

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

 a { background-color: rgb(34,72,152); }

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

border-color css

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

 span { border-color: rgb(34,72,152); }

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