Html Css Color HEX #255A6B Chathams Blue

📋 copy color: '#255A6B'

red 37 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #255A6B

Tints of Chathams Blue #255A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.46%

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

R = 15.81%
G = 38.46%
B = 45.73%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#255A6B (or 0x255A6B) is known color: Chathams Blue. HEX triplet: 25, 5A and 6B. RGB value is (37,90,107). Sum of RGB (Red+Green+Blue) = 37+90+107=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #255A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A6B is #DAA594. Grayscale: #4B4B4B. Windows color (decimal): -14329237 or 7035429. OLE color: 7035429.

HSL color Cylindrical-coordinate representation of color #255A6B: hue angle of 194.57º 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 #255A6B is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 90 107 -
CMYK 0.65 0.16 0 0.58
HSL 194.57º 0.49% 0.28% -
HSV(B) 194.57º 0.65% 0.42% -
XYZ 7.07 8.77 15.23 -
YUV 76.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 37 90 107 0.65 0.16 0 0.58 194.57 0.49 0.28
Hex 25 5A 6B 41 10 0 3A C3 31 1C
Octal 45 132 153 101 20 0 72 303 61 34
Binary 100101 1011010 1101011 1000001 10000 0 111010 11000011 110001 11100

Color Harmonies of #255A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A6B

Black with #255A6B

Text Example


Text Example

White with #255A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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