Html Css Color HEX #285F68 Blumine

📋 copy color: '#285F68'

red 40 ◦ green 95 ◦ blue 104

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

Shades of Blumine #285F68

Tints of Blumine #285F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.75%

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

R = 16.74%
G = 39.75%
B = 43.51%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285F68 (or 0x285F68) is known color: Blumine. HEX triplet: 28, 5F and 68. RGB value is (40,95,104). Sum of RGB (Red+Green+Blue) = 40+95+104=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #285F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F68 is #D7A097. Grayscale: #4F4F4F. Windows color (decimal): -14131352 or 6840104. OLE color: 6840104.

HSL color Cylindrical-coordinate representation of color #285F68: hue angle of 188.44º 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 #285F68 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 95 104 -
CMYK 0.62 0.09 0 0.59
HSL 188.44º 0.44% 0.28% -
HSV(B) 188.44º 0.62% 0.41% -
XYZ 7.47 9.64 14.56 -
YUV 79.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 40 95 104 0.62 0.09 0 0.59 188.44 0.44 0.28
Hex 28 5F 68 3E 9 0 3B BC 2C 1C
Octal 50 137 150 76 11 0 73 274 54 34
Binary 101000 1011111 1101000 111110 1001 0 111011 10111100 101100 11100

Color Harmonies of #285F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F68

Black with #285F68

Text Example


Text Example

White with #285F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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