Html Css Color HEX #306166 Blumine

📋 copy color: '#306166'

red 48 ◦ green 97 ◦ blue 102

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

Shades of Blumine #306166

Tints of Blumine #306166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 19.43%
G = 39.27%
B = 41.3%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#306166 (or 0x306166) is known color: Blumine. HEX triplet: 30, 61 and 66. RGB value is (48,97,102). Sum of RGB (Red+Green+Blue) = 48+97+102=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #306166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306166 is #CF9E99. Grayscale: #525252. Windows color (decimal): -13606554 or 6709552. OLE color: 6709552.

HSL color Cylindrical-coordinate representation of color #306166: hue angle of 185.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306166 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 97 102 -
CMYK 0.53 0.05 0 0.6
HSL 185.56º 0.36% 0.29% -
HSV(B) 185.56º 0.53% 0.4% -
XYZ 7.89 10.14 14.11 -
YUV 82.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 48 97 102 0.53 0.05 0 0.6 185.56 0.36 0.29
Hex 30 61 66 35 5 0 3C BA 24 1D
Octal 60 141 146 65 5 0 74 272 44 35
Binary 110000 1100001 1100110 110101 101 0 111100 10111010 100100 11101

Color Harmonies of #306166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306166

Black with #306166

Text Example


Text Example

White with #306166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306166; }

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

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

background-color css

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

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

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

border-color css

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

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

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