Html Css Color HEX #285968 Chathams Blue

📋 copy color: '#285968'

red 40 ◦ green 89 ◦ blue 104

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

Shades of Chathams Blue #285968

Tints of Chathams Blue #285968

RGB

 RED value IS 40 (16.02% from 255) = 17.17%

 GREEN value IS 89 (35.16% from 255) = 38.2%

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

R = 17.17%
G = 38.2%
B = 44.64%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285968 (or 0x285968) is known color: Chathams Blue. HEX triplet: 28, 59 and 68. RGB value is (40,89,104). Sum of RGB (Red+Green+Blue) = 40+89+104=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #285968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285968 is #D7A697. Grayscale: #4B4B4B. Windows color (decimal): -14132888 or 6838568. OLE color: 6838568.

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

Color convert

RGB 40 89 104 -
CMYK 0.62 0.14 0 0.59
HSL 194.06º 0.44% 0.28% -
HSV(B) 194.06º 0.62% 0.41% -
XYZ 6.95 8.6 14.39 -
YUV 76.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 40 89 104 0.62 0.14 0 0.59 194.06 0.44 0.28
Hex 28 59 68 3E E 0 3B C2 2C 1C
Octal 50 131 150 76 16 0 73 302 54 34
Binary 101000 1011001 1101000 111110 1110 0 111011 11000010 101100 11100

Color Harmonies of #285968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285968

Black with #285968

Text Example


Text Example

White with #285968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285968; }

 p { color: rgb(40,89,104); }

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

background-color css

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

 a { background-color: rgb(40,89,104); }

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

border-color css

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

 span { border-color: rgb(40,89,104); }

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