Html Css Color HEX #306772 Blumine

📋 copy color: '#306772'

red 48 ◦ green 103 ◦ blue 114

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

Shades of Blumine #306772

Tints of Blumine #306772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 18.11%
G = 38.87%
B = 43.02%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306772 (or 0x306772) is known color: Blumine. HEX triplet: 30, 67 and 72. RGB value is (48,103,114). Sum of RGB (Red+Green+Blue) = 48+103+114=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #306772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306772 is #CF988D. Grayscale: #575757. Windows color (decimal): -13605006 or 7497520. OLE color: 7497520.

HSL color Cylindrical-coordinate representation of color #306772: hue angle of 190º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306772 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 103 114 -
CMYK 0.58 0.10 0 0.55
HSL 190º 0.41% 0.32% -
HSV(B) 190º 0.58% 0.45% -
XYZ 9.11 11.54 17.67 -
YUV 87.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 48 103 114 0.58 0.10 0 0.55 190 0.41 0.32
Hex 30 67 72 3A A 0 37 BE 29 20
Octal 60 147 162 72 12 0 67 276 51 40
Binary 110000 1100111 1110010 111010 1010 0 110111 10111110 101001 100000

Color Harmonies of #306772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306772

Black with #306772

Text Example


Text Example

White with #306772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306772; }

 p { color: rgb(48,103,114); }

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

background-color css

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

 a { background-color: rgb(48,103,114); }

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

border-color css

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

 span { border-color: rgb(48,103,114); }

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