Html Css Color HEX #265C68 Chathams Blue

📋 copy color: '#265C68'

red 38 ◦ green 92 ◦ blue 104

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

Shades of Chathams Blue #265C68

Tints of Chathams Blue #265C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

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

R = 16.24%
G = 39.32%
B = 44.44%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265C68 (or 0x265C68) is known color: Chathams Blue. HEX triplet: 26, 5C and 68. RGB value is (38,92,104). Sum of RGB (Red+Green+Blue) = 38+92+104=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #265C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C68 is #D9A397. Grayscale: #4D4D4D. Windows color (decimal): -14263192 or 6839334. OLE color: 6839334.

HSL color Cylindrical-coordinate representation of color #265C68: hue angle of 190.91º 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 #265C68 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 92 104 -
CMYK 0.63 0.12 0 0.59
HSL 190.91º 0.46% 0.28% -
HSV(B) 190.91º 0.63% 0.41% -
XYZ 7.13 9.07 14.47 -
YUV 77.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 38 92 104 0.63 0.12 0 0.59 190.91 0.46 0.28
Hex 26 5C 68 3F C 0 3B BF 2E 1C
Octal 46 134 150 77 14 0 73 277 56 34
Binary 100110 1011100 1101000 111111 1100 0 111011 10111111 101110 11100

Color Harmonies of #265C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C68

Black with #265C68

Text Example


Text Example

White with #265C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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