Html Css Color HEX #265A70 Chathams Blue

📋 copy color: '#265A70'

red 38 ◦ green 90 ◦ blue 112

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

Shades of Chathams Blue #265A70

Tints of Chathams Blue #265A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 15.83%
G = 37.5%
B = 46.67%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265A70 (or 0x265A70) is known color: Chathams Blue. HEX triplet: 26, 5A and 70. RGB value is (38,90,112). Sum of RGB (Red+Green+Blue) = 38+90+112=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #265A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A70 is #D9A58F. Grayscale: #4C4C4C. Windows color (decimal): -14263696 or 7363110. OLE color: 7363110.

HSL color Cylindrical-coordinate representation of color #265A70: hue angle of 197.84º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265A70 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 90 112 -
CMYK 0.66 0.20 0 0.56
HSL 197.84º 0.49% 0.29% -
HSV(B) 197.84º 0.66% 0.44% -
XYZ 7.38 8.89 16.66 -
YUV 76.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 38 90 112 0.66 0.20 0 0.56 197.84 0.49 0.29
Hex 26 5A 70 42 14 0 38 C6 31 1D
Octal 46 132 160 102 24 0 70 306 61 35
Binary 100110 1011010 1110000 1000010 10100 0 111000 11000110 110001 11101

Color Harmonies of #265A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A70

Black with #265A70

Text Example


Text Example

White with #265A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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