Html Css Color HEX #225A6B Chathams Blue

📋 copy color: '#225A6B'

red 34 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #225A6B

Tints of Chathams Blue #225A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

 BLUE value IS 107 (42.19% from 255) = 46.32%

R = 14.72%
G = 38.96%
B = 46.32%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#225A6B (or 0x225A6B) is known color: Chathams Blue. HEX triplet: 22, 5A and 6B. RGB value is (34,90,107). Sum of RGB (Red+Green+Blue) = 34+90+107=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #225A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A6B is #DDA594. Grayscale: #4B4B4B. Windows color (decimal): -14525845 or 7035426. OLE color: 7035426.

HSL color Cylindrical-coordinate representation of color #225A6B: hue angle of 193.97º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225A6B is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 90 107 -
CMYK 0.68 0.16 0 0.58
HSL 193.97º 0.52% 0.28% -
HSV(B) 193.97º 0.68% 0.42% -
XYZ 6.97 8.71 15.22 -
YUV 75.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 34 90 107 0.68 0.16 0 0.58 193.97 0.52 0.28
Hex 22 5A 6B 44 10 0 3A C2 34 1C
Octal 42 132 153 104 20 0 72 302 64 34
Binary 100010 1011010 1101011 1000100 10000 0 111010 11000010 110100 11100

Color Harmonies of #225A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A6B

Black with #225A6B

Text Example


Text Example

White with #225A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,90,107); }

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

background-color css

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

 a { background-color: rgb(34,90,107); }

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

border-color css

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

 span { border-color: rgb(34,90,107); }

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