Html Css Color HEX #225698 Endeavour

📋 copy color: '#225698'

red 34 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #225698

Tints of Endeavour #225698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 12.5%
G = 31.62%
B = 55.88%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#225698 (or 0x225698) is known color: Endeavour. HEX triplet: 22, 56 and 98. RGB value is (34,86,152). Sum of RGB (Red+Green+Blue) = 34+86+152=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #225698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225698 is #DDA967. Grayscale: #4D4D4D. Windows color (decimal): -14526824 or 9983522. OLE color: 9983522.

HSL color Cylindrical-coordinate representation of color #225698: hue angle of 213.56º 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 #225698 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 86 152 -
CMYK 0.78 0.43 0 0.40
HSL 213.56º 0.63% 0.36% -
HSV(B) 213.56º 0.78% 0.6% -
XYZ 9.65 9.26 30.98 -
YUV 77.98 169.77 96.63 -
System Red Green Blue C M Y K H S L
Decimal 34 86 152 0.78 0.43 0 0.40 213.56 0.63 0.36
Hex 22 56 98 4E 2B 0 28 D6 3F 24
Octal 42 126 230 116 53 0 50 326 77 44
Binary 100010 1010110 10011000 1001110 101011 0 101000 11010110 111111 100100

Color Harmonies of #225698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225698

Black with #225698

Text Example


Text Example

White with #225698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225698; }

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

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

background-color css

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

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

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

border-color css

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

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

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