Html Css Color HEX #265769 Chathams Blue

📋 copy color: '#265769'

red 38 ◦ green 87 ◦ blue 105

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

Shades of Chathams Blue #265769

Tints of Chathams Blue #265769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

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

R = 16.52%
G = 37.83%
B = 45.65%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265769 (or 0x265769) is known color: Chathams Blue. HEX triplet: 26, 57 and 69. RGB value is (38,87,105). Sum of RGB (Red+Green+Blue) = 38+87+105=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #265769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265769 is #D9A896. Grayscale: #4A4A4A. Windows color (decimal): -14264471 or 6903590. OLE color: 6903590.

HSL color Cylindrical-coordinate representation of color #265769: hue angle of 196.12º 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 #265769 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 87 105 -
CMYK 0.64 0.17 0 0.59
HSL 196.12º 0.47% 0.28% -
HSV(B) 196.12º 0.64% 0.41% -
XYZ 6.76 8.25 14.6 -
YUV 74.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 38 87 105 0.64 0.17 0 0.59 196.12 0.47 0.28
Hex 26 57 69 40 11 0 3B C4 2F 1C
Octal 46 127 151 100 21 0 73 304 57 34
Binary 100110 1010111 1101001 1000000 10001 0 111011 11000100 101111 11100

Color Harmonies of #265769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265769

Black with #265769

Text Example


Text Example

White with #265769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265769; }

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

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

background-color css

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

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

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

border-color css

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

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

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