Html Css Color HEX #306275 Blumine

📋 copy color: '#306275'

red 48 ◦ green 98 ◦ blue 117

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

Shades of Blumine #306275

Tints of Blumine #306275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 18.25%
G = 37.26%
B = 44.49%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306275 (or 0x306275) is known color: Blumine. HEX triplet: 30, 62 and 75. RGB value is (48,98,117). Sum of RGB (Red+Green+Blue) = 48+98+117=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #306275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306275 is #CF9D8A. Grayscale: #555555. Windows color (decimal): -13606283 or 7692848. OLE color: 7692848.

HSL color Cylindrical-coordinate representation of color #306275: hue angle of 196.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306275 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 98 117 -
CMYK 0.59 0.16 0 0.54
HSL 196.52º 0.42% 0.32% -
HSV(B) 196.52º 0.59% 0.46% -
XYZ 8.8 10.65 18.42 -
YUV 85.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 48 98 117 0.59 0.16 0 0.54 196.52 0.42 0.32
Hex 30 62 75 3B 10 0 36 C5 2A 20
Octal 60 142 165 73 20 0 66 305 52 40
Binary 110000 1100010 1110101 111011 10000 0 110110 11000101 101010 100000

Color Harmonies of #306275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306275

Black with #306275

Text Example


Text Example

White with #306275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306275; }

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

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

background-color css

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

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

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

border-color css

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

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

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