Html Css Color HEX #303E59 Biscay

📋 copy color: '#303E59'

red 48 ◦ green 62 ◦ blue 89

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

Shades of Biscay #303E59

Tints of Biscay #303E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.16%

 BLUE value IS 89 (35.16% from 255) = 44.72%

R = 24.12%
G = 31.16%
B = 44.72%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303E59 (or 0x303E59) is known color: Biscay. HEX triplet: 30, 3E and 59. RGB value is (48,62,89). Sum of RGB (Red+Green+Blue) = 48+62+89=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #303E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E59 is #CFC1A6. Grayscale: #3C3C3C. Windows color (decimal): -13615527 or 5848624. OLE color: 5848624.

HSL color Cylindrical-coordinate representation of color #303E59: hue angle of 219.51º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303E59 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 62 89 -
CMYK 0.46 0.30 0 0.65
HSL 219.51º 0.3% 0.27% -
HSV(B) 219.51º 0.46% 0.35% -
XYZ 4.74 4.79 10.13 -
YUV 60.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 48 62 89 0.46 0.30 0 0.65 219.51 0.3 0.27
Hex 30 3E 59 2E 1E 0 41 DC 1E 1B
Octal 60 76 131 56 36 0 101 334 36 33
Binary 110000 111110 1011001 101110 11110 0 1000001 11011100 11110 11011

Color Harmonies of #303E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E59

Black with #303E59

Text Example


Text Example

White with #303E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303E59; }

 p { color: rgb(48,62,89); }

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

background-color css

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

 a { background-color: rgb(48,62,89); }

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

border-color css

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

 span { border-color: rgb(48,62,89); }

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