Html Css Color HEX #306675 Blumine

📋 copy color: '#306675'

red 48 ◦ green 102 ◦ blue 117

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

Shades of Blumine #306675

Tints of Blumine #306675

RGB

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

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

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

R = 17.98%
G = 38.2%
B = 43.82%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306675 (or 0x306675) is known color: Blumine. HEX triplet: 30, 66 and 75. RGB value is (48,102,117). Sum of RGB (Red+Green+Blue) = 48+102+117=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #306675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306675 is #CF998A. Grayscale: #575757. Windows color (decimal): -13605259 or 7693872. OLE color: 7693872.

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

Color convert

RGB 48 102 117 -
CMYK 0.59 0.13 0 0.54
HSL 193.04º 0.42% 0.32% -
HSV(B) 193.04º 0.59% 0.46% -
XYZ 9.18 11.42 18.55 -
YUV 87.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 48 102 117 0.59 0.13 0 0.54 193.04 0.42 0.32
Hex 30 66 75 3B D 0 36 C1 2A 20
Octal 60 146 165 73 15 0 66 301 52 40
Binary 110000 1100110 1110101 111011 1101 0 110110 11000001 101010 100000

Color Harmonies of #306675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306675

Black with #306675

Text Example


Text Example

White with #306675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306675; }

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

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

background-color css

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

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

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

border-color css

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

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

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