Html Css Color HEX #405F70 Blumine

📋 copy color: '#405F70'

red 64 ◦ green 95 ◦ blue 112

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

Shades of Blumine #405F70

Tints of Blumine #405F70

RGB

 RED value IS 64 (25.39% from 255) = 23.62%

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 23.62%
G = 35.06%
B = 41.33%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405F70 (or 0x405F70) is known color: Blumine. HEX triplet: 40, 5F and 70. RGB value is (64,95,112). Sum of RGB (Red+Green+Blue) = 64+95+112=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #405F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F70 is #BFA08F. Grayscale: #575757. Windows color (decimal): -12558480 or 7364416. OLE color: 7364416.

HSL color Cylindrical-coordinate representation of color #405F70: hue angle of 201.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405F70 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 95 112 -
CMYK 0.43 0.15 0 0.56
HSL 201.25º 0.27% 0.35% -
HSV(B) 201.25º 0.43% 0.44% -
XYZ 9.13 10.44 16.86 -
YUV 87.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 64 95 112 0.43 0.15 0 0.56 201.25 0.27 0.35
Hex 40 5F 70 2B F 0 38 C9 1B 23
Octal 100 137 160 53 17 0 70 311 33 43
Binary 1000000 1011111 1110000 101011 1111 0 111000 11001001 11011 100011

Color Harmonies of #405F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F70

Black with #405F70

Text Example


Text Example

White with #405F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405F70; }

 p { color: rgb(64,95,112); }

 H1.HeaderClassName
 {
   color: #405F70;
 }
 .AnyTagClassName
 {
   color: #405F70;
 }
</style>

background-color css

<style>
 a { background-color: #405F70; }

 a { background-color: rgb(64,95,112); }

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

border-color css

<style>
 span { border-color: #405F70; }

 span { border-color: rgb(64,95,112); }

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