Html Css Color HEX #2F5A63 Blumine

📋 copy color: '#2F5A63'

red 47 ◦ green 90 ◦ blue 99

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

Shades of Blumine #2F5A63

Tints of Blumine #2F5A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 19.92%
G = 38.14%
B = 41.95%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F5A63 (or 0x2F5A63) is known color: Blumine. HEX triplet: 2F, 5A and 63. RGB value is (47,90,99). Sum of RGB (Red+Green+Blue) = 47+90+99=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A63 is #D0A59C. Grayscale: #4E4E4E. Windows color (decimal): -13673885 or 6511151. OLE color: 6511151.

HSL color Cylindrical-coordinate representation of color #2F5A63: hue angle of 190.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5A63 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 90 99 -
CMYK 0.53 0.09 0 0.61
HSL 190.38º 0.36% 0.29% -
HSV(B) 190.38º 0.53% 0.39% -
XYZ 7.08 8.82 13.13 -
YUV 78.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 47 90 99 0.53 0.09 0 0.61 190.38 0.36 0.29
Hex 2F 5A 63 35 9 0 3D BE 24 1D
Octal 57 132 143 65 11 0 75 276 44 35
Binary 101111 1011010 1100011 110101 1001 0 111101 10111110 100100 11101

Color Harmonies of #2F5A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5A63

Black with #2F5A63

Text Example


Text Example

White with #2F5A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,99); }

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

background-color css

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

 a { background-color: rgb(47,90,99); }

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

border-color css

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

 span { border-color: rgb(47,90,99); }

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