Html Css Color HEX #224F85 Endeavour

📋 copy color: '#224F85'

red 34 ◦ green 79 ◦ blue 133

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

Shades of Endeavour #224F85

Tints of Endeavour #224F85

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 13.82%
G = 32.11%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#224F85 (or 0x224F85) is known color: Endeavour. HEX triplet: 22, 4F and 85. RGB value is (34,79,133). Sum of RGB (Red+Green+Blue) = 34+79+133=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #224F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F85 is #DDB07A. Grayscale: #474747. Windows color (decimal): -14528635 or 8736546. OLE color: 8736546.

HSL color Cylindrical-coordinate representation of color #224F85: hue angle of 212.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224F85 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 79 133 -
CMYK 0.74 0.41 0 0.48
HSL 212.73º 0.59% 0.33% -
HSV(B) 212.73º 0.74% 0.52% -
XYZ 7.69 7.63 23.26 -
YUV 71.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 34 79 133 0.74 0.41 0 0.48 212.73 0.59 0.33
Hex 22 4F 85 4A 29 0 30 D5 3B 21
Octal 42 117 205 112 51 0 60 325 73 41
Binary 100010 1001111 10000101 1001010 101001 0 110000 11010101 111011 100001

Color Harmonies of #224F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F85

Black with #224F85

Text Example


Text Example

White with #224F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224F85; }

 p { color: rgb(34,79,133); }

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

background-color css

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

 a { background-color: rgb(34,79,133); }

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

border-color css

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

 span { border-color: rgb(34,79,133); }

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