Html Css Color HEX #2F6074 Blumine

📋 copy color: '#2F6074'

red 47 ◦ green 96 ◦ blue 116

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

Shades of Blumine #2F6074

Tints of Blumine #2F6074

RGB

 RED value IS 47 (18.75% from 255) = 18.15%

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

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 18.15%
G = 37.07%
B = 44.79%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F6074 (or 0x2F6074) is known color: Blumine. HEX triplet: 2F, 60 and 74. RGB value is (47,96,116). Sum of RGB (Red+Green+Blue) = 47+96+116=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #2F6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6074 is #D09F8B. Grayscale: #535353. Windows color (decimal): -13672332 or 7626799. OLE color: 7626799.

HSL color Cylindrical-coordinate representation of color #2F6074: hue angle of 197.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6074 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 96 116 -
CMYK 0.59 0.17 0 0.55
HSL 197.39º 0.42% 0.32% -
HSV(B) 197.39º 0.59% 0.45% -
XYZ 8.51 10.23 18.05 -
YUV 83.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 47 96 116 0.59 0.17 0 0.55 197.39 0.42 0.32
Hex 2F 60 74 3B 11 0 37 C5 2A 20
Octal 57 140 164 73 21 0 67 305 52 40
Binary 101111 1100000 1110100 111011 10001 0 110111 11000101 101010 100000

Color Harmonies of #2F6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6074

Black with #2F6074

Text Example


Text Example

White with #2F6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6074; }

 p { color: rgb(47,96,116); }

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

background-color css

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

 a { background-color: rgb(47,96,116); }

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

border-color css

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

 span { border-color: rgb(47,96,116); }

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