Html Css Color HEX #265A69 Chathams Blue

📋 copy color: '#265A69'

red 38 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #265A69

Tints of Chathams Blue #265A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 16.31%
G = 38.63%
B = 45.06%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265A69 (or 0x265A69) is known color: Chathams Blue. HEX triplet: 26, 5A and 69. RGB value is (38,90,105). Sum of RGB (Red+Green+Blue) = 38+90+105=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #265A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A69 is #D9A596. Grayscale: #4C4C4C. Windows color (decimal): -14263703 or 6904358. OLE color: 6904358.

HSL color Cylindrical-coordinate representation of color #265A69: hue angle of 193.43º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #265A69 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 90 105 -
CMYK 0.64 0.14 0 0.59
HSL 193.43º 0.47% 0.28% -
HSV(B) 193.43º 0.64% 0.41% -
XYZ 7.01 8.74 14.68 -
YUV 76.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 38 90 105 0.64 0.14 0 0.59 193.43 0.47 0.28
Hex 26 5A 69 40 E 0 3B C1 2F 1C
Octal 46 132 151 100 16 0 73 301 57 34
Binary 100110 1011010 1101001 1000000 1110 0 111011 11000001 101111 11100

Color Harmonies of #265A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A69

Black with #265A69

Text Example


Text Example

White with #265A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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