Html Css Color HEX #265869 Chathams Blue

📋 copy color: '#265869'

red 38 ◦ green 88 ◦ blue 105

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

Shades of Chathams Blue #265869

Tints of Chathams Blue #265869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 16.45%
G = 38.1%
B = 45.45%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265869 (or 0x265869) is known color: Chathams Blue. HEX triplet: 26, 58 and 69. RGB value is (38,88,105). Sum of RGB (Red+Green+Blue) = 38+88+105=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #265869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265869 is #D9A796. Grayscale: #4A4A4A. Windows color (decimal): -14264215 or 6903846. OLE color: 6903846.

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

Color convert

RGB 38 88 105 -
CMYK 0.64 0.16 0 0.59
HSL 195.22º 0.47% 0.28% -
HSV(B) 195.22º 0.64% 0.41% -
XYZ 6.84 8.41 14.63 -
YUV 74.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 38 88 105 0.64 0.16 0 0.59 195.22 0.47 0.28
Hex 26 58 69 40 10 0 3B C3 2F 1C
Octal 46 130 151 100 20 0 73 303 57 34
Binary 100110 1011000 1101001 1000000 10000 0 111011 11000011 101111 11100

Color Harmonies of #265869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265869

Black with #265869

Text Example


Text Example

White with #265869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265869; }

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

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

background-color css

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

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

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

border-color css

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

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

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