Html Css Color HEX #265A6C Chathams Blue

📋 copy color: '#265A6C'

red 38 ◦ green 90 ◦ blue 108

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

Shades of Chathams Blue #265A6C

Tints of Chathams Blue #265A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 16.1%
G = 38.14%
B = 45.76%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#265A6C (or 0x265A6C) is known color: Chathams Blue. HEX triplet: 26, 5A and 6C. RGB value is (38,90,108). Sum of RGB (Red+Green+Blue) = 38+90+108=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #265A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A6C is #D9A593. Grayscale: #4C4C4C. Windows color (decimal): -14263700 or 7100966. OLE color: 7100966.

HSL color Cylindrical-coordinate representation of color #265A6C: hue angle of 195.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265A6C is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 90 108 -
CMYK 0.65 0.17 0 0.58
HSL 195.43º 0.48% 0.29% -
HSV(B) 195.43º 0.65% 0.42% -
XYZ 7.16 8.81 15.51 -
YUV 76.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 38 90 108 0.65 0.17 0 0.58 195.43 0.48 0.29
Hex 26 5A 6C 41 11 0 3A C3 30 1D
Octal 46 132 154 101 21 0 72 303 60 35
Binary 100110 1011010 1101100 1000001 10001 0 111010 11000011 110000 11101

Color Harmonies of #265A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A6C

Black with #265A6C

Text Example


Text Example

White with #265A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A6C; }

 p { color: rgb(38,90,108); }

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

background-color css

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

 a { background-color: rgb(38,90,108); }

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

border-color css

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

 span { border-color: rgb(38,90,108); }

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