Html Css Color HEX #265666 Chathams Blue

📋 copy color: '#265666'

red 38 ◦ green 86 ◦ blue 102

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

Shades of Chathams Blue #265666

Tints of Chathams Blue #265666

RGB

 RED value IS 38 (15.23% from 255) = 16.81%

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 16.81%
G = 38.05%
B = 45.13%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#265666 (or 0x265666) is known color: Chathams Blue. HEX triplet: 26, 56 and 66. RGB value is (38,86,102). Sum of RGB (Red+Green+Blue) = 38+86+102=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #265666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265666 is #D9A999. Grayscale: #494949. Windows color (decimal): -14264730 or 6706726. OLE color: 6706726.

HSL color Cylindrical-coordinate representation of color #265666: hue angle of 195º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265666 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 86 102 -
CMYK 0.63 0.16 0 0.6
HSL 195º 0.46% 0.27% -
HSV(B) 195º 0.63% 0.4% -
XYZ 6.53 8.03 13.78 -
YUV 73.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 38 86 102 0.63 0.16 0 0.6 195 0.46 0.27
Hex 26 56 66 3F 10 0 3C C3 2E 1B
Octal 46 126 146 77 20 0 74 303 56 33
Binary 100110 1010110 1100110 111111 10000 0 111100 11000011 101110 11011

Color Harmonies of #265666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265666

Black with #265666

Text Example


Text Example

White with #265666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265666; }

 p { color: rgb(38,86,102); }

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

background-color css

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

 a { background-color: rgb(38,86,102); }

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

border-color css

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

 span { border-color: rgb(38,86,102); }

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