Html Css Color HEX #225D9C Endeavour

📋 copy color: '#225D9C'

red 34 ◦ green 93 ◦ blue 156

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

Shades of Endeavour #225D9C

Tints of Endeavour #225D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

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

R = 12.01%
G = 32.86%
B = 55.12%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#225D9C (or 0x225D9C) is known color: Endeavour. HEX triplet: 22, 5D and 9C. RGB value is (34,93,156). Sum of RGB (Red+Green+Blue) = 34+93+156=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #225D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D9C is #DDA263. Grayscale: #525252. Windows color (decimal): -14525028 or 10247458. OLE color: 10247458.

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

Color convert

RGB 34 93 156 -
CMYK 0.78 0.40 0 0.39
HSL 210.98º 0.64% 0.37% -
HSV(B) 210.98º 0.78% 0.61% -
XYZ 10.57 10.57 32.94 -
YUV 82.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 34 93 156 0.78 0.40 0 0.39 210.98 0.64 0.37
Hex 22 5D 9C 4E 28 0 27 D3 40 25
Octal 42 135 234 116 50 0 47 323 100 45
Binary 100010 1011101 10011100 1001110 101000 0 100111 11010011 1000000 100101

Color Harmonies of #225D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D9C

Black with #225D9C

Text Example


Text Example

White with #225D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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