Html Css Color HEX #265569 Chathams Blue

📋 copy color: '#265569'

red 38 ◦ green 85 ◦ blue 105

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

Shades of Chathams Blue #265569

Tints of Chathams Blue #265569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 16.67%
G = 37.28%
B = 46.05%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265569 (or 0x265569) is known color: Chathams Blue. HEX triplet: 26, 55 and 69. RGB value is (38,85,105). Sum of RGB (Red+Green+Blue) = 38+85+105=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #265569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265569 is #D9AA96. Grayscale: #494949. Windows color (decimal): -14264983 or 6903078. OLE color: 6903078.

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

Color convert

RGB 38 85 105 -
CMYK 0.64 0.19 0 0.59
HSL 197.91º 0.47% 0.28% -
HSV(B) 197.91º 0.64% 0.41% -
XYZ 6.6 7.93 14.55 -
YUV 73.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 38 85 105 0.64 0.19 0 0.59 197.91 0.47 0.28
Hex 26 55 69 40 13 0 3B C6 2F 1C
Octal 46 125 151 100 23 0 73 306 57 34
Binary 100110 1010101 1101001 1000000 10011 0 111011 11000110 101111 11100

Color Harmonies of #265569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265569

Black with #265569

Text Example


Text Example

White with #265569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265569; }

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

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

background-color css

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

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

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

border-color css

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

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

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