Html Css Color HEX #3F6073 Blumine

📋 copy color: '#3F6073'

red 63 ◦ green 96 ◦ blue 115

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

Shades of Blumine #3F6073

Tints of Blumine #3F6073

RGB

 RED value IS 63 (25% from 255) = 22.99%

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

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 22.99%
G = 35.04%
B = 41.97%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F6073 (or 0x3F6073) is known color: Blumine. HEX triplet: 3F, 60 and 73. RGB value is (63,96,115). Sum of RGB (Red+Green+Blue) = 63+96+115=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6073 is #C09F8C. Grayscale: #585858. Windows color (decimal): -12623757 or 7561279. OLE color: 7561279.

HSL color Cylindrical-coordinate representation of color #3F6073: hue angle of 201.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6073 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 96 115 -
CMYK 0.45 0.17 0 0.55
HSL 201.92º 0.29% 0.35% -
HSV(B) 201.92º 0.45% 0.45% -
XYZ 9.33 10.66 17.79 -
YUV 88.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 63 96 115 0.45 0.17 0 0.55 201.92 0.29 0.35
Hex 3F 60 73 2D 11 0 37 CA 1D 23
Octal 77 140 163 55 21 0 67 312 35 43
Binary 111111 1100000 1110011 101101 10001 0 110111 11001010 11101 100011

Color Harmonies of #3F6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6073

Black with #3F6073

Text Example


Text Example

White with #3F6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F6073; }

 p { color: rgb(63,96,115); }

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

background-color css

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

 a { background-color: rgb(63,96,115); }

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

border-color css

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

 span { border-color: rgb(63,96,115); }

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