Html Css Color HEX #255368 Chathams Blue

📋 copy color: '#255368'

red 37 ◦ green 83 ◦ blue 104

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

Shades of Chathams Blue #255368

Tints of Chathams Blue #255368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 16.52%
G = 37.05%
B = 46.43%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255368 (or 0x255368) is known color: Chathams Blue. HEX triplet: 25, 53 and 68. RGB value is (37,83,104). Sum of RGB (Red+Green+Blue) = 37+83+104=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 83 (32.81% from 255 or 37.05% 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 #255368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255368 is #DAAC97. Grayscale: #474747. Windows color (decimal): -14331032 or 6837029. OLE color: 6837029.

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

Color convert

RGB 37 83 104 -
CMYK 0.64 0.20 0 0.59
HSL 198.81º 0.48% 0.28% -
HSV(B) 198.81º 0.64% 0.41% -
XYZ 6.35 7.58 14.22 -
YUV 71.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 37 83 104 0.64 0.20 0 0.59 198.81 0.48 0.28
Hex 25 53 68 40 14 0 3B C7 30 1C
Octal 45 123 150 100 24 0 73 307 60 34
Binary 100101 1010011 1101000 1000000 10100 0 111011 11000111 110000 11100

Color Harmonies of #255368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255368

Black with #255368

Text Example


Text Example

White with #255368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255368; }

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

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

background-color css

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

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

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

border-color css

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

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

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