Html Css Color HEX #265B68 Chathams Blue

📋 copy color: '#265B68'

red 38 ◦ green 91 ◦ blue 104

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

Shades of Chathams Blue #265B68

Tints of Chathams Blue #265B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 16.31%
G = 39.06%
B = 44.64%

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

#265B68 (or 0x265B68) is known color: Chathams Blue. HEX triplet: 26, 5B and 68. RGB value is (38,91,104). Sum of RGB (Red+Green+Blue) = 38+91+104=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #265B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B68 is #D9A497. Grayscale: #4C4C4C. Windows color (decimal): -14263448 or 6839078. OLE color: 6839078.

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

Color convert

RGB 38 91 104 -
CMYK 0.63 0.12 0 0.59
HSL 191.82º 0.46% 0.28% -
HSV(B) 191.82º 0.63% 0.41% -
XYZ 7.04 8.89 14.44 -
YUV 76.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 38 91 104 0.63 0.12 0 0.59 191.82 0.46 0.28
Hex 26 5B 68 3F C 0 3B C0 2E 1C
Octal 46 133 150 77 14 0 73 300 56 34
Binary 100110 1011011 1101000 111111 1100 0 111011 11000000 101110 11100

Color Harmonies of #265B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B68

Black with #265B68

Text Example


Text Example

White with #265B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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