Html Css Color HEX #305863 Blumine

📋 copy color: '#305863'

red 48 ◦ green 88 ◦ blue 99

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

Shades of Blumine #305863

Tints of Blumine #305863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

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

R = 20.43%
G = 37.45%
B = 42.13%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305863 (or 0x305863) is known color: Blumine. HEX triplet: 30, 58 and 63. RGB value is (48,88,99). Sum of RGB (Red+Green+Blue) = 48+88+99=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #305863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305863 is #CFA79C. Grayscale: #4D4D4D. Windows color (decimal): -13608861 or 6510640. OLE color: 6510640.

HSL color Cylindrical-coordinate representation of color #305863: hue angle of 192.94º 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 #305863 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 88 99 -
CMYK 0.52 0.11 0 0.61
HSL 192.94º 0.35% 0.29% -
HSV(B) 192.94º 0.52% 0.39% -
XYZ 6.96 8.51 13.08 -
YUV 77.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 48 88 99 0.52 0.11 0 0.61 192.94 0.35 0.29
Hex 30 58 63 34 B 0 3D C1 23 1D
Octal 60 130 143 64 13 0 75 301 43 35
Binary 110000 1011000 1100011 110100 1011 0 111101 11000001 100011 11101

Color Harmonies of #305863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305863

Black with #305863

Text Example


Text Example

White with #305863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305863; }

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

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

background-color css

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

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

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

border-color css

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

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

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