Html Css Color HEX #255B68 Chathams Blue

📋 copy color: '#255B68'

red 37 ◦ green 91 ◦ blue 104

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

Shades of Chathams Blue #255B68

Tints of Chathams Blue #255B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

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

R = 15.95%
G = 39.22%
B = 44.83%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255B68 (or 0x255B68) is known color: Chathams Blue. HEX triplet: 25, 5B and 68. RGB value is (37,91,104). Sum of RGB (Red+Green+Blue) = 37+91+104=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #255B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B68 is #DAA497. Grayscale: #4C4C4C. Windows color (decimal): -14328984 or 6839077. OLE color: 6839077.

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

Color convert

RGB 37 91 104 -
CMYK 0.64 0.12 0 0.59
HSL 191.64º 0.48% 0.28% -
HSV(B) 191.64º 0.64% 0.41% -
XYZ 7 8.87 14.44 -
YUV 76.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 37 91 104 0.64 0.12 0 0.59 191.64 0.48 0.28
Hex 25 5B 68 40 C 0 3B C0 30 1C
Octal 45 133 150 100 14 0 73 300 60 34
Binary 100101 1011011 1101000 1000000 1100 0 111011 11000000 110000 11100

Color Harmonies of #255B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B68

Black with #255B68

Text Example


Text Example

White with #255B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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