#225C67

Color #225C67 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #225C67

Tints of Chathams Blue #225C67

Color information

#225C67 (or 0x225C67) is unknown color: approx Chathams Blue. HEX triplet: 22, 5C and 67. RGB value is (34,92,103). Sum of RGB (Red+Green+Blue) = 34+92+103=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #225C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C67 is #DDA398. Grayscale: #4B4B4B. Windows color (decimal): -14525337 or 6773794. OLE color: 6773794.

HSL color Cylindrical-coordinate representation of color #225C67: hue angle of 189.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225C67 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3492103-
CMYK0.670.1100.60
HSL189.57º50.36%26.86%-
HSV(B)189.57º66.99%40.39%-
XYZ6.948.9714.2-
YUV75.91143.2898.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=14.85%
G=40.17%
B=44.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34921030.670.1100.60189.5750.3626.86
Hex225C6743B03Cbe321b
Octal42134147103130742766233
Binary100010101110011001111000011101101111001011111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,103); }

 H1.HeaderClassName
 {
   color: #225C67;
 }
 .AnyTagClassName
 {
   color: #225C67;
 }
</style>
background-color css

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

 a { background-color: rgb(34,92,103); }

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

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

 span { border-color: rgb(34,92,103); }

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