Html Css Color HEX #306375 Blumine

📋 copy color: '#306375'

red 48 ◦ green 99 ◦ blue 117

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

Shades of Blumine #306375

Tints of Blumine #306375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

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

R = 18.18%
G = 37.5%
B = 44.32%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306375 (or 0x306375) is known color: Blumine. HEX triplet: 30, 63 and 75. RGB value is (48,99,117). Sum of RGB (Red+Green+Blue) = 48+99+117=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #306375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306375 is #CF9C8A. Grayscale: #555555. Windows color (decimal): -13606027 or 7693104. OLE color: 7693104.

HSL color Cylindrical-coordinate representation of color #306375: hue angle of 195.65º 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 #306375 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 99 117 -
CMYK 0.59 0.15 0 0.54
HSL 195.65º 0.42% 0.32% -
HSV(B) 195.65º 0.59% 0.46% -
XYZ 8.89 10.84 18.45 -
YUV 85.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 48 99 117 0.59 0.15 0 0.54 195.65 0.42 0.32
Hex 30 63 75 3B F 0 36 C4 2A 20
Octal 60 143 165 73 17 0 66 304 52 40
Binary 110000 1100011 1110101 111011 1111 0 110110 11000100 101010 100000

Color Harmonies of #306375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306375

Black with #306375

Text Example


Text Example

White with #306375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306375; }

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

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

background-color css

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

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

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

border-color css

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

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

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