Html Css Color HEX #285D6B Blumine

📋 copy color: '#285D6B'

red 40 ◦ green 93 ◦ blue 107

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

Shades of Blumine #285D6B

Tints of Blumine #285D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 16.67%
G = 38.75%
B = 44.58%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#285D6B (or 0x285D6B) is known color: Blumine. HEX triplet: 28, 5D and 6B. RGB value is (40,93,107). Sum of RGB (Red+Green+Blue) = 40+93+107=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #285D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D6B is #D7A294. Grayscale: #4E4E4E. Windows color (decimal): -14131861 or 7036200. OLE color: 7036200.

HSL color Cylindrical-coordinate representation of color #285D6B: hue angle of 192.54º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285D6B is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 93 107 -
CMYK 0.63 0.13 0 0.58
HSL 192.54º 0.46% 0.29% -
HSV(B) 192.54º 0.63% 0.42% -
XYZ 7.44 9.34 15.32 -
YUV 78.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 40 93 107 0.63 0.13 0 0.58 192.54 0.46 0.29
Hex 28 5D 6B 3F D 0 3A C1 2E 1D
Octal 50 135 153 77 15 0 72 301 56 35
Binary 101000 1011101 1101011 111111 1101 0 111010 11000001 101110 11101

Color Harmonies of #285D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D6B

Black with #285D6B

Text Example


Text Example

White with #285D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,93,107); }

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

background-color css

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

 a { background-color: rgb(40,93,107); }

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

border-color css

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

 span { border-color: rgb(40,93,107); }

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