Html Css Color HEX #2F6679 Blumine

📋 copy color: '#2F6679'

red 47 ◦ green 102 ◦ blue 121

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

Shades of Blumine #2F6679

Tints of Blumine #2F6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 17.41%
G = 37.78%
B = 44.81%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F6679 (or 0x2F6679) is known color: Blumine. HEX triplet: 2F, 66 and 79. RGB value is (47,102,121). Sum of RGB (Red+Green+Blue) = 47+102+121=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F6679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6679 is #D09986. Grayscale: #575757. Windows color (decimal): -13670791 or 7956015. OLE color: 7956015.

HSL color Cylindrical-coordinate representation of color #2F6679: hue angle of 195.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F6679 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 102 121 -
CMYK 0.61 0.16 0 0.53
HSL 195.41º 0.44% 0.33% -
HSV(B) 195.41º 0.61% 0.47% -
XYZ 9.37 11.49 19.81 -
YUV 87.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 47 102 121 0.61 0.16 0 0.53 195.41 0.44 0.33
Hex 2F 66 79 3D 10 0 35 C3 2C 21
Octal 57 146 171 75 20 0 65 303 54 41
Binary 101111 1100110 1111001 111101 10000 0 110101 11000011 101100 100001

Color Harmonies of #2F6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6679

Black with #2F6679

Text Example


Text Example

White with #2F6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,121); }

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

background-color css

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

 a { background-color: rgb(47,102,121); }

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

border-color css

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

 span { border-color: rgb(47,102,121); }

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