Html Css Color HEX #285F6E Blumine

📋 copy color: '#285F6E'

red 40 ◦ green 95 ◦ blue 110

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

Shades of Blumine #285F6E

Tints of Blumine #285F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 16.33%
G = 38.78%
B = 44.9%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#285F6E (or 0x285F6E) is known color: Blumine. HEX triplet: 28, 5F and 6E. RGB value is (40,95,110). Sum of RGB (Red+Green+Blue) = 40+95+110=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #285F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F6E is #D7A091. Grayscale: #505050. Windows color (decimal): -14131346 or 7233320. OLE color: 7233320.

HSL color Cylindrical-coordinate representation of color #285F6E: hue angle of 192.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285F6E is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 95 110 -
CMYK 0.64 0.14 0 0.57
HSL 192.86º 0.47% 0.29% -
HSV(B) 192.86º 0.64% 0.43% -
XYZ 7.78 9.76 16.23 -
YUV 80.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 40 95 110 0.64 0.14 0 0.57 192.86 0.47 0.29
Hex 28 5F 6E 40 E 0 39 C1 2F 1D
Octal 50 137 156 100 16 0 71 301 57 35
Binary 101000 1011111 1101110 1000000 1110 0 111001 11000001 101111 11101

Color Harmonies of #285F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F6E

Black with #285F6E

Text Example


Text Example

White with #285F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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