Html Css Color HEX #265866 Chathams Blue

📋 copy color: '#265866'

red 38 ◦ green 88 ◦ blue 102

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

Shades of Chathams Blue #265866

Tints of Chathams Blue #265866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 16.67%
G = 38.6%
B = 44.74%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#265866 (or 0x265866) is known color: Chathams Blue. HEX triplet: 26, 58 and 66. RGB value is (38,88,102). Sum of RGB (Red+Green+Blue) = 38+88+102=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #265866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265866 is #D9A799. Grayscale: #4A4A4A. Windows color (decimal): -14264218 or 6707238. OLE color: 6707238.

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

Color convert

RGB 38 88 102 -
CMYK 0.63 0.14 0 0.6
HSL 193.13º 0.46% 0.27% -
HSV(B) 193.13º 0.63% 0.4% -
XYZ 6.69 8.35 13.83 -
YUV 74.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 38 88 102 0.63 0.14 0 0.6 193.13 0.46 0.27
Hex 26 58 66 3F E 0 3C C1 2E 1B
Octal 46 130 146 77 16 0 74 301 56 33
Binary 100110 1011000 1100110 111111 1110 0 111100 11000001 101110 11011

Color Harmonies of #265866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265866

Black with #265866

Text Example


Text Example

White with #265866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265866; }

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

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

background-color css

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

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

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

border-color css

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

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

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