Html Css Color HEX #306672 Blumine

📋 copy color: '#306672'

red 48 ◦ green 102 ◦ blue 114

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

Shades of Blumine #306672

Tints of Blumine #306672

RGB

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

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

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

R = 18.18%
G = 38.64%
B = 43.18%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306672 (or 0x306672) is known color: Blumine. HEX triplet: 30, 66 and 72. RGB value is (48,102,114). Sum of RGB (Red+Green+Blue) = 48+102+114=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #306672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306672 is #CF998D. Grayscale: #575757. Windows color (decimal): -13605262 or 7497264. OLE color: 7497264.

HSL color Cylindrical-coordinate representation of color #306672: hue angle of 190.91º 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 #306672 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 102 114 -
CMYK 0.58 0.11 0 0.55
HSL 190.91º 0.41% 0.32% -
HSV(B) 190.91º 0.58% 0.45% -
XYZ 9.01 11.35 17.63 -
YUV 87.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 48 102 114 0.58 0.11 0 0.55 190.91 0.41 0.32
Hex 30 66 72 3A B 0 37 BF 29 20
Octal 60 146 162 72 13 0 67 277 51 40
Binary 110000 1100110 1110010 111010 1011 0 110111 10111111 101001 100000

Color Harmonies of #306672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306672

Black with #306672

Text Example


Text Example

White with #306672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306672; }

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

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

background-color css

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

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

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

border-color css

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

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

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