Html Css Color HEX #225285 Endeavour

📋 copy color: '#225285'

red 34 ◦ green 82 ◦ blue 133

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

Shades of Endeavour #225285

Tints of Endeavour #225285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 13.65%
G = 32.93%
B = 53.41%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#225285 (or 0x225285) is known color: Endeavour. HEX triplet: 22, 52 and 85. RGB value is (34,82,133). Sum of RGB (Red+Green+Blue) = 34+82+133=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #225285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225285 is #DDAD7A. Grayscale: #494949. Windows color (decimal): -14527867 or 8737314. OLE color: 8737314.

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

Color convert

RGB 34 82 133 -
CMYK 0.74 0.38 0 0.48
HSL 210.91º 0.59% 0.33% -
HSV(B) 210.91º 0.74% 0.52% -
XYZ 7.91 8.07 23.33 -
YUV 73.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 34 82 133 0.74 0.38 0 0.48 210.91 0.59 0.33
Hex 22 52 85 4A 26 0 30 D3 3B 21
Octal 42 122 205 112 46 0 60 323 73 41
Binary 100010 1010010 10000101 1001010 100110 0 110000 11010011 111011 100001

Color Harmonies of #225285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225285

Black with #225285

Text Example


Text Example

White with #225285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225285; }

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

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

background-color css

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

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

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

border-color css

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

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

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