Html Css Color HEX #2F6578 Blumine

📋 copy color: '#2F6578'

red 47 ◦ green 101 ◦ blue 120

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

Shades of Blumine #2F6578

Tints of Blumine #2F6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 17.54%
G = 37.69%
B = 44.78%

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

#2F6578 (or 0x2F6578) is known color: Blumine. HEX triplet: 2F, 65 and 78. RGB value is (47,101,120). Sum of RGB (Red+Green+Blue) = 47+101+120=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F6578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6578 is #D09A87. Grayscale: #565656. Windows color (decimal): -13671048 or 7890223. OLE color: 7890223.

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

Color convert

RGB 47 101 120 -
CMYK 0.61 0.16 0 0.53
HSL 195.62º 0.44% 0.33% -
HSV(B) 195.62º 0.61% 0.47% -
XYZ 9.22 11.27 19.46 -
YUV 87.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 47 101 120 0.61 0.16 0 0.53 195.62 0.44 0.33
Hex 2F 65 78 3D 10 0 35 C4 2C 21
Octal 57 145 170 75 20 0 65 304 54 41
Binary 101111 1100101 1111000 111101 10000 0 110101 11000100 101100 100001

Color Harmonies of #2F6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6578

Black with #2F6578

Text Example


Text Example

White with #2F6578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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