Html Css Color HEX #265A65 Chathams Blue

📋 copy color: '#265A65'

red 38 ◦ green 90 ◦ blue 101

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

Shades of Chathams Blue #265A65

Tints of Chathams Blue #265A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 16.59%
G = 39.3%
B = 44.1%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265A65 (or 0x265A65) is known color: Chathams Blue. HEX triplet: 26, 5A and 65. RGB value is (38,90,101). Sum of RGB (Red+Green+Blue) = 38+90+101=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #265A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A65 is #D9A59A. Grayscale: #4B4B4B. Windows color (decimal): -14263707 or 6642214. OLE color: 6642214.

HSL color Cylindrical-coordinate representation of color #265A65: hue angle of 190.48º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265A65 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 90 101 -
CMYK 0.62 0.11 0 0.60
HSL 190.48º 0.45% 0.27% -
HSV(B) 190.48º 0.62% 0.4% -
XYZ 6.8 8.66 13.63 -
YUV 75.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 38 90 101 0.62 0.11 0 0.60 190.48 0.45 0.27
Hex 26 5A 65 3E B 0 3C BE 2D 1B
Octal 46 132 145 76 13 0 74 276 55 33
Binary 100110 1011010 1100101 111110 1011 0 111100 10111110 101101 11011

Color Harmonies of #265A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A65

Black with #265A65

Text Example


Text Example

White with #265A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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