Html Css Color HEX #306271 Blumine

📋 copy color: '#306271'

red 48 ◦ green 98 ◦ blue 113

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

Shades of Blumine #306271

Tints of Blumine #306271

RGB

 RED value IS 48 (19.14% from 255) = 18.53%

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 18.53%
G = 37.84%
B = 43.63%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306271 (or 0x306271) is known color: Blumine. HEX triplet: 30, 62 and 71. RGB value is (48,98,113). Sum of RGB (Red+Green+Blue) = 48+98+113=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #306271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306271 is #CF9D8E. Grayscale: #545454. Windows color (decimal): -13606287 or 7430704. OLE color: 7430704.

HSL color Cylindrical-coordinate representation of color #306271: hue angle of 193.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306271 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 98 113 -
CMYK 0.58 0.13 0 0.56
HSL 193.85º 0.4% 0.32% -
HSV(B) 193.85º 0.58% 0.44% -
XYZ 8.57 10.56 17.21 -
YUV 84.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 48 98 113 0.58 0.13 0 0.56 193.85 0.4 0.32
Hex 30 62 71 3A D 0 38 C2 28 20
Octal 60 142 161 72 15 0 70 302 50 40
Binary 110000 1100010 1110001 111010 1101 0 111000 11000010 101000 100000

Color Harmonies of #306271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306271

Black with #306271

Text Example


Text Example

White with #306271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306271; }

 p { color: rgb(48,98,113); }

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

background-color css

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

 a { background-color: rgb(48,98,113); }

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

border-color css

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

 span { border-color: rgb(48,98,113); }

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