Html Css Color HEX #416071 Blumine

📋 copy color: '#416071'

red 65 ◦ green 96 ◦ blue 113

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

Shades of Blumine #416071

Tints of Blumine #416071

RGB

 RED value IS 65 (25.78% from 255) = 23.72%

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 23.72%
G = 35.04%
B = 41.24%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#416071 (or 0x416071) is known color: Blumine. HEX triplet: 41, 60 and 71. RGB value is (65,96,113). Sum of RGB (Red+Green+Blue) = 65+96+113=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #416071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416071 is #BE9F8E. Grayscale: #585858. Windows color (decimal): -12492687 or 7430209. OLE color: 7430209.

HSL color Cylindrical-coordinate representation of color #416071: 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.42%. Process color model (Four color, CMYK) of #416071 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 96 113 -
CMYK 0.42 0.15 0 0.56
HSL 201.25º 0.27% 0.35% -
HSV(B) 201.25º 0.42% 0.44% -
XYZ 9.34 10.68 17.19 -
YUV 88.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 65 96 113 0.42 0.15 0 0.56 201.25 0.27 0.35
Hex 41 60 71 2A F 0 38 C9 1B 23
Octal 101 140 161 52 17 0 70 311 33 43
Binary 1000001 1100000 1110001 101010 1111 0 111000 11001001 11011 100011

Color Harmonies of #416071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416071

Black with #416071

Text Example


Text Example

White with #416071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416071; }

 p { color: rgb(65,96,113); }

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

background-color css

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

 a { background-color: rgb(65,96,113); }

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

border-color css

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

 span { border-color: rgb(65,96,113); }

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