Html Css Color HEX #255C6B Chathams Blue

📋 copy color: '#255C6B'

red 37 ◦ green 92 ◦ blue 107

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

Shades of Chathams Blue #255C6B

Tints of Chathams Blue #255C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 15.68%
G = 38.98%
B = 45.34%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#255C6B (or 0x255C6B) is known color: Chathams Blue. HEX triplet: 25, 5C and 6B. RGB value is (37,92,107). Sum of RGB (Red+Green+Blue) = 37+92+107=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #255C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C6B is #DAA394. Grayscale: #4D4D4D. Windows color (decimal): -14328725 or 7035941. OLE color: 7035941.

HSL color Cylindrical-coordinate representation of color #255C6B: hue angle of 192.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255C6B is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 92 107 -
CMYK 0.65 0.14 0 0.58
HSL 192.86º 0.49% 0.28% -
HSV(B) 192.86º 0.65% 0.42% -
XYZ 7.24 9.11 15.29 -
YUV 77.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 37 92 107 0.65 0.14 0 0.58 192.86 0.49 0.28
Hex 25 5C 6B 41 E 0 3A C1 31 1C
Octal 45 134 153 101 16 0 72 301 61 34
Binary 100101 1011100 1101011 1000001 1110 0 111010 11000001 110001 11100

Color Harmonies of #255C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C6B

Black with #255C6B

Text Example


Text Example

White with #255C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255C6B; }

 p { color: rgb(37,92,107); }

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

background-color css

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

 a { background-color: rgb(37,92,107); }

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

border-color css

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

 span { border-color: rgb(37,92,107); }

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