Html Css Color HEX #305663 Blumine

📋 copy color: '#305663'

red 48 ◦ green 86 ◦ blue 99

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

Shades of Blumine #305663

Tints of Blumine #305663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 20.6%
G = 36.91%
B = 42.49%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305663 (or 0x305663) is known color: Blumine. HEX triplet: 30, 56 and 63. RGB value is (48,86,99). Sum of RGB (Red+Green+Blue) = 48+86+99=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #305663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305663 is #CFA99C. Grayscale: #4C4C4C. Windows color (decimal): -13609373 or 6510128. OLE color: 6510128.

HSL color Cylindrical-coordinate representation of color #305663: hue angle of 195.29º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305663 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 86 99 -
CMYK 0.52 0.13 0 0.61
HSL 195.29º 0.35% 0.29% -
HSV(B) 195.29º 0.52% 0.39% -
XYZ 6.8 8.18 13.03 -
YUV 76.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 48 86 99 0.52 0.13 0 0.61 195.29 0.35 0.29
Hex 30 56 63 34 D 0 3D C3 23 1D
Octal 60 126 143 64 15 0 75 303 43 35
Binary 110000 1010110 1100011 110100 1101 0 111101 11000011 100011 11101

Color Harmonies of #305663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305663

Black with #305663

Text Example


Text Example

White with #305663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305663; }

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

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

background-color css

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

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

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

border-color css

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

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

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