Html Css Color HEX #305763 Blumine

📋 copy color: '#305763'

red 48 ◦ green 87 ◦ blue 99

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

Shades of Blumine #305763

Tints of Blumine #305763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

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

R = 20.51%
G = 37.18%
B = 42.31%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#305763 (or 0x305763) is known color: Blumine. HEX triplet: 30, 57 and 63. RGB value is (48,87,99). Sum of RGB (Red+Green+Blue) = 48+87+99=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #305763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305763 is #CFA89C. Grayscale: #4C4C4C. Windows color (decimal): -13609117 or 6510384. OLE color: 6510384.

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

Color convert

RGB 48 87 99 -
CMYK 0.52 0.12 0 0.61
HSL 194.12º 0.35% 0.29% -
HSV(B) 194.12º 0.52% 0.39% -
XYZ 6.88 8.35 13.05 -
YUV 76.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 48 87 99 0.52 0.12 0 0.61 194.12 0.35 0.29
Hex 30 57 63 34 C 0 3D C2 23 1D
Octal 60 127 143 64 14 0 75 302 43 35
Binary 110000 1010111 1100011 110100 1100 0 111101 11000010 100011 11101

Color Harmonies of #305763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305763

Black with #305763

Text Example


Text Example

White with #305763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305763; }

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

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

background-color css

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

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

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

border-color css

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

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

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