Html Css Color HEX #306975 Blumine

📋 copy color: '#306975'

red 48 ◦ green 105 ◦ blue 117

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

Shades of Blumine #306975

Tints of Blumine #306975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 17.78%
G = 38.89%
B = 43.33%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306975 (or 0x306975) is known color: Blumine. HEX triplet: 30, 69 and 75. RGB value is (48,105,117). Sum of RGB (Red+Green+Blue) = 48+105+117=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #306975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306975 is #CF968A. Grayscale: #595959. Windows color (decimal): -13604491 or 7694640. OLE color: 7694640.

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

Color convert

RGB 48 105 117 -
CMYK 0.59 0.10 0 0.54
HSL 190.43º 0.42% 0.32% -
HSV(B) 190.43º 0.59% 0.46% -
XYZ 9.48 12.02 18.65 -
YUV 89.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 48 105 117 0.59 0.10 0 0.54 190.43 0.42 0.32
Hex 30 69 75 3B A 0 36 BE 2A 20
Octal 60 151 165 73 12 0 66 276 52 40
Binary 110000 1101001 1110101 111011 1010 0 110110 10111110 101010 100000

Color Harmonies of #306975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306975

Black with #306975

Text Example


Text Example

White with #306975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306975; }

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

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

background-color css

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

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

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

border-color css

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

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

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