Html Css Color HEX #305666 Blumine

📋 copy color: '#305666'

red 48 ◦ green 86 ◦ blue 102

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

Shades of Blumine #305666

Tints of Blumine #305666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 20.34%
G = 36.44%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#305666 (or 0x305666) is known color: Blumine. HEX triplet: 30, 56 and 66. RGB value is (48,86,102). Sum of RGB (Red+Green+Blue) = 48+86+102=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #305666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305666 is #CFA999. Grayscale: #4C4C4C. Windows color (decimal): -13609370 or 6706736. OLE color: 6706736.

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

Color convert

RGB 48 86 102 -
CMYK 0.53 0.16 0 0.6
HSL 197.78º 0.36% 0.29% -
HSV(B) 197.78º 0.53% 0.4% -
XYZ 6.94 8.24 13.8 -
YUV 76.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 48 86 102 0.53 0.16 0 0.6 197.78 0.36 0.29
Hex 30 56 66 35 10 0 3C C6 24 1D
Octal 60 126 146 65 20 0 74 306 44 35
Binary 110000 1010110 1100110 110101 10000 0 111100 11000110 100100 11101

Color Harmonies of #305666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305666

Black with #305666

Text Example


Text Example

White with #305666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305666; }

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

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

background-color css

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

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

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

border-color css

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

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

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