Html Css Color HEX #224C85 Endeavour

📋 copy color: '#224C85'

red 34 ◦ green 76 ◦ blue 133

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

Shades of Endeavour #224C85

Tints of Endeavour #224C85

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 13.99%
G = 31.28%
B = 54.73%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#224C85 (or 0x224C85) is known color: Endeavour. HEX triplet: 22, 4C and 85. RGB value is (34,76,133). Sum of RGB (Red+Green+Blue) = 34+76+133=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #224C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C85 is #DDB37A. Grayscale: #454545. Windows color (decimal): -14529403 or 8735778. OLE color: 8735778.

HSL color Cylindrical-coordinate representation of color #224C85: hue angle of 214.55º 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 #224C85 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 76 133 -
CMYK 0.74 0.43 0 0.48
HSL 214.55º 0.59% 0.33% -
HSV(B) 214.55º 0.74% 0.52% -
XYZ 7.48 7.2 23.19 -
YUV 69.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 34 76 133 0.74 0.43 0 0.48 214.55 0.59 0.33
Hex 22 4C 85 4A 2B 0 30 D7 3B 21
Octal 42 114 205 112 53 0 60 327 73 41
Binary 100010 1001100 10000101 1001010 101011 0 110000 11010111 111011 100001

Color Harmonies of #224C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C85

Black with #224C85

Text Example


Text Example

White with #224C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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