Html Css Color HEX #285A62 Blumine

📋 copy color: '#285A62'

red 40 ◦ green 90 ◦ blue 98

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

Shades of Blumine #285A62

Tints of Blumine #285A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 17.54%
G = 39.47%
B = 42.98%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#285A62 (or 0x285A62) is known color: Blumine. HEX triplet: 28, 5A and 62. RGB value is (40,90,98). Sum of RGB (Red+Green+Blue) = 40+90+98=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #285A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A62 is #D7A59D. Grayscale: #4B4B4B. Windows color (decimal): -14132638 or 6445608. OLE color: 6445608.

HSL color Cylindrical-coordinate representation of color #285A62: hue angle of 188.28º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #285A62 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 90 98 -
CMYK 0.59 0.08 0 0.62
HSL 188.28º 0.42% 0.27% -
HSV(B) 188.28º 0.59% 0.38% -
XYZ 6.74 8.65 12.87 -
YUV 75.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 40 90 98 0.59 0.08 0 0.62 188.28 0.42 0.27
Hex 28 5A 62 3B 8 0 3E BC 2A 1B
Octal 50 132 142 73 10 0 76 274 52 33
Binary 101000 1011010 1100010 111011 1000 0 111110 10111100 101010 11011

Color Harmonies of #285A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A62

Black with #285A62

Text Example


Text Example

White with #285A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,90,98); }

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

background-color css

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

 a { background-color: rgb(40,90,98); }

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

border-color css

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

 span { border-color: rgb(40,90,98); }

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