Html Css Color HEX #265268 Chathams Blue

📋 copy color: '#265268'

red 38 ◦ green 82 ◦ blue 104

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

Shades of Chathams Blue #265268

Tints of Chathams Blue #265268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 16.96%
G = 36.61%
B = 46.43%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265268 (or 0x265268) is known color: Chathams Blue. HEX triplet: 26, 52 and 68. RGB value is (38,82,104). Sum of RGB (Red+Green+Blue) = 38+82+104=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #265268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265268 is #D9AD97. Grayscale: #474747. Windows color (decimal): -14265752 or 6836774. OLE color: 6836774.

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

Color convert

RGB 38 82 104 -
CMYK 0.63 0.21 0 0.59
HSL 200º 0.46% 0.28% -
HSV(B) 200º 0.63% 0.41% -
XYZ 6.32 7.45 14.2 -
YUV 71.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 38 82 104 0.63 0.21 0 0.59 200 0.46 0.28
Hex 26 52 68 3F 15 0 3B C8 2E 1C
Octal 46 122 150 77 25 0 73 310 56 34
Binary 100110 1010010 1101000 111111 10101 0 111011 11001000 101110 11100

Color Harmonies of #265268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265268

Black with #265268

Text Example


Text Example

White with #265268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265268; }

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

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

background-color css

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

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

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

border-color css

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

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

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