Html Css Color HEX #225766 Chathams Blue

📋 copy color: '#225766'

red 34 ◦ green 87 ◦ blue 102

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

Shades of Chathams Blue #225766

Tints of Chathams Blue #225766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 15.25%
G = 39.01%
B = 45.74%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#225766 (or 0x225766) is known color: Chathams Blue. HEX triplet: 22, 57 and 66. RGB value is (34,87,102). Sum of RGB (Red+Green+Blue) = 34+87+102=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #225766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225766 is #DDA899. Grayscale: #484848. Windows color (decimal): -14526618 or 6706978. OLE color: 6706978.

HSL color Cylindrical-coordinate representation of color #225766: hue angle of 193.24º 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 #225766 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 87 102 -
CMYK 0.67 0.15 0 0.6
HSL 193.24º 0.5% 0.27% -
HSV(B) 193.24º 0.67% 0.4% -
XYZ 6.47 8.12 13.8 -
YUV 72.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 34 87 102 0.67 0.15 0 0.6 193.24 0.5 0.27
Hex 22 57 66 43 F 0 3C C1 32 1B
Octal 42 127 146 103 17 0 74 301 62 33
Binary 100010 1010111 1100110 1000011 1111 0 111100 11000001 110010 11011

Color Harmonies of #225766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225766

Black with #225766

Text Example


Text Example

White with #225766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225766; }

 p { color: rgb(34,87,102); }

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

background-color css

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

 a { background-color: rgb(34,87,102); }

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

border-color css

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

 span { border-color: rgb(34,87,102); }

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