Html Css Color HEX #285F69 Blumine

📋 copy color: '#285F69'

red 40 ◦ green 95 ◦ blue 105

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

Shades of Blumine #285F69

Tints of Blumine #285F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 16.67%
G = 39.58%
B = 43.75%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#285F69 (or 0x285F69) is known color: Blumine. HEX triplet: 28, 5F and 69. RGB value is (40,95,105). Sum of RGB (Red+Green+Blue) = 40+95+105=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #285F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F69 is #D7A096. Grayscale: #4F4F4F. Windows color (decimal): -14131351 or 6905640. OLE color: 6905640.

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

Color convert

RGB 40 95 105 -
CMYK 0.62 0.10 0 0.59
HSL 189.23º 0.45% 0.28% -
HSV(B) 189.23º 0.62% 0.41% -
XYZ 7.52 9.66 14.83 -
YUV 79.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 40 95 105 0.62 0.10 0 0.59 189.23 0.45 0.28
Hex 28 5F 69 3E A 0 3B BD 2D 1C
Octal 50 137 151 76 12 0 73 275 55 34
Binary 101000 1011111 1101001 111110 1010 0 111011 10111101 101101 11100

Color Harmonies of #285F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F69

Black with #285F69

Text Example


Text Example

White with #285F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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