Html Css Color HEX #2F6278 Blumine

📋 copy color: '#2F6278'

red 47 ◦ green 98 ◦ blue 120

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

Shades of Blumine #2F6278

Tints of Blumine #2F6278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 17.74%
G = 36.98%
B = 45.28%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F6278 (or 0x2F6278) is known color: Blumine. HEX triplet: 2F, 62 and 78. RGB value is (47,98,120). Sum of RGB (Red+Green+Blue) = 47+98+120=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F6278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6278 is #D09D87. Grayscale: #555555. Windows color (decimal): -13671816 or 7889455. OLE color: 7889455.

HSL color Cylindrical-coordinate representation of color #2F6278: hue angle of 198.08º 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 #2F6278 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 98 120 -
CMYK 0.61 0.18 0 0.53
HSL 198.08º 0.44% 0.33% -
HSV(B) 198.08º 0.61% 0.47% -
XYZ 8.93 10.7 19.36 -
YUV 85.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 47 98 120 0.61 0.18 0 0.53 198.08 0.44 0.33
Hex 2F 62 78 3D 12 0 35 C6 2C 21
Octal 57 142 170 75 22 0 65 306 54 41
Binary 101111 1100010 1111000 111101 10010 0 110101 11000110 101100 100001

Color Harmonies of #2F6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6278

Black with #2F6278

Text Example


Text Example

White with #2F6278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,120); }

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

background-color css

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

 a { background-color: rgb(47,98,120); }

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

border-color css

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

 span { border-color: rgb(47,98,120); }

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