Html Css Color HEX #255268 Chathams Blue

📋 copy color: '#255268'

red 37 ◦ green 82 ◦ blue 104

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

Shades of Chathams Blue #255268

Tints of Chathams Blue #255268

RGB

 RED value IS 37 (14.84% from 255) = 16.59%

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

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

R = 16.59%
G = 36.77%
B = 46.64%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255268 (or 0x255268) is known color: Chathams Blue. HEX triplet: 25, 52 and 68. RGB value is (37,82,104). Sum of RGB (Red+Green+Blue) = 37+82+104=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #255268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255268 is #DAAD97. Grayscale: #464646. Windows color (decimal): -14331288 or 6836773. OLE color: 6836773.

HSL color Cylindrical-coordinate representation of color #255268: hue angle of 199.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255268 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 82 104 -
CMYK 0.64 0.21 0 0.59
HSL 199.7º 0.48% 0.28% -
HSV(B) 199.7º 0.64% 0.41% -
XYZ 6.28 7.43 14.2 -
YUV 71.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 37 82 104 0.64 0.21 0 0.59 199.7 0.48 0.28
Hex 25 52 68 40 15 0 3B C8 30 1C
Octal 45 122 150 100 25 0 73 310 60 34
Binary 100101 1010010 1101000 1000000 10101 0 111011 11001000 110000 11100

Color Harmonies of #255268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255268

Black with #255268

Text Example


Text Example

White with #255268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255268; }

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

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

background-color css

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

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

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

border-color css

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

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

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