Html Css Color HEX #306066 Blumine

📋 copy color: '#306066'

red 48 ◦ green 96 ◦ blue 102

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

Shades of Blumine #306066

Tints of Blumine #306066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.46%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#306066 (or 0x306066) is known color: Blumine. HEX triplet: 30, 60 and 66. RGB value is (48,96,102). Sum of RGB (Red+Green+Blue) = 48+96+102=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #306066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306066 is #CF9F99. Grayscale: #525252. Windows color (decimal): -13606810 or 6709296. OLE color: 6709296.

HSL color Cylindrical-coordinate representation of color #306066: hue angle of 186.67º 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 #306066 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 96 102 -
CMYK 0.53 0.06 0 0.6
HSL 186.67º 0.36% 0.29% -
HSV(B) 186.67º 0.53% 0.4% -
XYZ 7.8 9.95 14.08 -
YUV 82.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 48 96 102 0.53 0.06 0 0.6 186.67 0.36 0.29
Hex 30 60 66 35 6 0 3C BB 24 1D
Octal 60 140 146 65 6 0 74 273 44 35
Binary 110000 1100000 1100110 110101 110 0 111100 10111011 100100 11101

Color Harmonies of #306066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306066

Black with #306066

Text Example


Text Example

White with #306066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306066; }

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

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

background-color css

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

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

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

border-color css

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

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

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