Html Css Color HEX #303B50 Biscay

📋 copy color: '#303B50'

red 48 ◦ green 59 ◦ blue 80

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

Shades of Biscay #303B50

Tints of Biscay #303B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 25.67%
G = 31.55%
B = 42.78%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303B50 (or 0x303B50) is known color: Biscay. HEX triplet: 30, 3B and 50. RGB value is (48,59,80). Sum of RGB (Red+Green+Blue) = 48+59+80=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #303B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B50 is #CFC4AF. Grayscale: #3A3A3A. Windows color (decimal): -13616304 or 5258032. OLE color: 5258032.

HSL color Cylindrical-coordinate representation of color #303B50: hue angle of 219.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303B50 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 59 80 -
CMYK 0.40 0.26 0 0.69
HSL 219.38º 0.25% 0.25% -
HSV(B) 219.38º 0.4% 0.31% -
XYZ 4.23 4.34 8.2 -
YUV 58.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 48 59 80 0.40 0.26 0 0.69 219.38 0.25 0.25
Hex 30 3B 50 28 1A 0 45 DB 19 19
Octal 60 73 120 50 32 0 105 333 31 31
Binary 110000 111011 1010000 101000 11010 0 1000101 11011011 11001 11001

Color Harmonies of #303B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B50

Black with #303B50

Text Example


Text Example

White with #303B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,59,80); }

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

background-color css

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

 a { background-color: rgb(48,59,80); }

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

border-color css

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

 span { border-color: rgb(48,59,80); }

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