Html Css Color HEX #225B9C Endeavour

📋 copy color: '#225B9C'

red 34 ◦ green 91 ◦ blue 156

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

Shades of Endeavour #225B9C

Tints of Endeavour #225B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 12.1%
G = 32.38%
B = 55.52%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#225B9C (or 0x225B9C) is known color: Endeavour. HEX triplet: 22, 5B and 9C. RGB value is (34,91,156). Sum of RGB (Red+Green+Blue) = 34+91+156=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #225B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B9C is #DDA463. Grayscale: #515151. Windows color (decimal): -14525540 or 10246946. OLE color: 10246946.

HSL color Cylindrical-coordinate representation of color #225B9C: hue angle of 211.97º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225B9C is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 91 156 -
CMYK 0.78 0.42 0 0.39
HSL 211.97º 0.64% 0.37% -
HSV(B) 211.97º 0.78% 0.61% -
XYZ 10.4 10.22 32.88 -
YUV 81.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 34 91 156 0.78 0.42 0 0.39 211.97 0.64 0.37
Hex 22 5B 9C 4E 2A 0 27 D4 40 25
Octal 42 133 234 116 52 0 47 324 100 45
Binary 100010 1011011 10011100 1001110 101010 0 100111 11010100 1000000 100101

Color Harmonies of #225B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225B9C

Black with #225B9C

Text Example


Text Example

White with #225B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225B9C; }

 p { color: rgb(34,91,156); }

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

background-color css

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

 a { background-color: rgb(34,91,156); }

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

border-color css

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

 span { border-color: rgb(34,91,156); }

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