Html Css Color HEX #265668 Chathams Blue

📋 copy color: '#265668'

red 38 ◦ green 86 ◦ blue 104

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

Shades of Chathams Blue #265668

Tints of Chathams Blue #265668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 16.67%
G = 37.72%
B = 45.61%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265668 (or 0x265668) is known color: Chathams Blue. HEX triplet: 26, 56 and 68. RGB value is (38,86,104). Sum of RGB (Red+Green+Blue) = 38+86+104=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #265668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265668 is #D9A997. Grayscale: #494949. Windows color (decimal): -14264728 or 6837798. OLE color: 6837798.

HSL color Cylindrical-coordinate representation of color #265668: hue angle of 196.36º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265668 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 86 104 -
CMYK 0.63 0.17 0 0.59
HSL 196.36º 0.46% 0.28% -
HSV(B) 196.36º 0.63% 0.41% -
XYZ 6.63 8.07 14.3 -
YUV 73.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 38 86 104 0.63 0.17 0 0.59 196.36 0.46 0.28
Hex 26 56 68 3F 11 0 3B C4 2E 1C
Octal 46 126 150 77 21 0 73 304 56 34
Binary 100110 1010110 1101000 111111 10001 0 111011 11000100 101110 11100

Color Harmonies of #265668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265668

Black with #265668

Text Example


Text Example

White with #265668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265668; }

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

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

background-color css

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

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

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

border-color css

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

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

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