Html Css Color HEX #2F5D6D Blumine

📋 copy color: '#2F5D6D'

red 47 ◦ green 93 ◦ blue 109

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

Shades of Blumine #2F5D6D

Tints of Blumine #2F5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 18.88%
G = 37.35%
B = 43.78%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F5D6D (or 0x2F5D6D) is known color: Blumine. HEX triplet: 2F, 5D and 6D. RGB value is (47,93,109). Sum of RGB (Red+Green+Blue) = 47+93+109=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F5D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D6D is #D0A292. Grayscale: #505050. Windows color (decimal): -13673107 or 7167279. OLE color: 7167279.

HSL color Cylindrical-coordinate representation of color #2F5D6D: hue angle of 195.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F5D6D is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 93 109 -
CMYK 0.57 0.15 0 0.57
HSL 195.48º 0.4% 0.31% -
HSV(B) 195.48º 0.57% 0.43% -
XYZ 7.85 9.54 15.9 -
YUV 81.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 47 93 109 0.57 0.15 0 0.57 195.48 0.4 0.31
Hex 2F 5D 6D 39 F 0 39 C3 28 1F
Octal 57 135 155 71 17 0 71 303 50 37
Binary 101111 1011101 1101101 111001 1111 0 111001 11000011 101000 11111

Color Harmonies of #2F5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5D6D

Black with #2F5D6D

Text Example


Text Example

White with #2F5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,93,109); }

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

background-color css

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

 a { background-color: rgb(47,93,109); }

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

border-color css

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

 span { border-color: rgb(47,93,109); }

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