Html Css Color HEX #265A68 Chathams Blue

📋 copy color: '#265A68'

red 38 ◦ green 90 ◦ blue 104

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

Shades of Chathams Blue #265A68

Tints of Chathams Blue #265A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 16.38%
G = 38.79%
B = 44.83%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265A68 (or 0x265A68) is known color: Chathams Blue. HEX triplet: 26, 5A and 68. RGB value is (38,90,104). Sum of RGB (Red+Green+Blue) = 38+90+104=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #265A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A68 is #D9A597. Grayscale: #4B4B4B. Windows color (decimal): -14263704 or 6838822. OLE color: 6838822.

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

Color convert

RGB 38 90 104 -
CMYK 0.63 0.13 0 0.59
HSL 192.73º 0.46% 0.28% -
HSV(B) 192.73º 0.63% 0.41% -
XYZ 6.95 8.72 14.41 -
YUV 76.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 38 90 104 0.63 0.13 0 0.59 192.73 0.46 0.28
Hex 26 5A 68 3F D 0 3B C1 2E 1C
Octal 46 132 150 77 15 0 73 301 56 34
Binary 100110 1011010 1101000 111111 1101 0 111011 11000001 101110 11100

Color Harmonies of #265A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A68

Black with #265A68

Text Example


Text Example

White with #265A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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