Html Css Color HEX #265A67 Chathams Blue

📋 copy color: '#265A67'

red 38 ◦ green 90 ◦ blue 103

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

Shades of Chathams Blue #265A67

Tints of Chathams Blue #265A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 16.45%
G = 38.96%
B = 44.59%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265A67 (or 0x265A67) is known color: Chathams Blue. HEX triplet: 26, 5A and 67. RGB value is (38,90,103). Sum of RGB (Red+Green+Blue) = 38+90+103=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #265A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A67 is #D9A598. Grayscale: #4B4B4B. Windows color (decimal): -14263705 or 6773286. OLE color: 6773286.

HSL color Cylindrical-coordinate representation of color #265A67: hue angle of 192º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265A67 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 90 103 -
CMYK 0.63 0.13 0 0.60
HSL 192º 0.46% 0.28% -
HSV(B) 192º 0.63% 0.4% -
XYZ 6.9 8.7 14.15 -
YUV 75.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 38 90 103 0.63 0.13 0 0.60 192 0.46 0.28
Hex 26 5A 67 3F D 0 3C C0 2E 1C
Octal 46 132 147 77 15 0 74 300 56 34
Binary 100110 1011010 1100111 111111 1101 0 111100 11000000 101110 11100

Color Harmonies of #265A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A67

Black with #265A67

Text Example


Text Example

White with #265A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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