Html Css Color HEX #306272 Blumine

📋 copy color: '#306272'

red 48 ◦ green 98 ◦ blue 114

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

Shades of Blumine #306272

Tints of Blumine #306272

RGB

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

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

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

R = 18.46%
G = 37.69%
B = 43.85%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306272 (or 0x306272) is known color: Blumine. HEX triplet: 30, 62 and 72. RGB value is (48,98,114). Sum of RGB (Red+Green+Blue) = 48+98+114=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #306272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306272 is #CF9D8D. Grayscale: #545454. Windows color (decimal): -13606286 or 7496240. OLE color: 7496240.

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

Color convert

RGB 48 98 114 -
CMYK 0.58 0.14 0 0.55
HSL 194.55º 0.41% 0.32% -
HSV(B) 194.55º 0.58% 0.45% -
XYZ 8.62 10.58 17.51 -
YUV 84.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 48 98 114 0.58 0.14 0 0.55 194.55 0.41 0.32
Hex 30 62 72 3A E 0 37 C3 29 20
Octal 60 142 162 72 16 0 67 303 51 40
Binary 110000 1100010 1110010 111010 1110 0 110111 11000011 101001 100000

Color Harmonies of #306272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306272

Black with #306272

Text Example


Text Example

White with #306272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306272; }

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

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

background-color css

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

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

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

border-color css

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

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

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