Html Css Color HEX #303D50 Biscay

📋 copy color: '#303D50'

red 48 ◦ green 61 ◦ blue 80

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

Shades of Biscay #303D50

Tints of Biscay #303D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

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

R = 25.4%
G = 32.28%
B = 42.33%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303D50 (or 0x303D50) is known color: Biscay. HEX triplet: 30, 3D and 50. RGB value is (48,61,80). Sum of RGB (Red+Green+Blue) = 48+61+80=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #303D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D50 is #CFC2AF. Grayscale: #3B3B3B. Windows color (decimal): -13615792 or 5258544. OLE color: 5258544.

HSL color Cylindrical-coordinate representation of color #303D50: hue angle of 215.62º 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 #303D50 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 61 80 -
CMYK 0.40 0.24 0 0.69
HSL 215.63º 0.25% 0.25% -
HSV(B) 215.63º 0.4% 0.31% -
XYZ 4.34 4.55 8.24 -
YUV 59.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 48 61 80 0.40 0.24 0 0.69 215.63 0.25 0.25
Hex 30 3D 50 28 18 0 45 D8 19 19
Octal 60 75 120 50 30 0 105 330 31 31
Binary 110000 111101 1010000 101000 11000 0 1000101 11011000 11001 11001

Color Harmonies of #303D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D50

Black with #303D50

Text Example


Text Example

White with #303D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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