Html Css Color HEX #303B54 Biscay

📋 copy color: '#303B54'

red 48 ◦ green 59 ◦ blue 84

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

Shades of Biscay #303B54

Tints of Biscay #303B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 25.13%
G = 30.89%
B = 43.98%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303B54 (or 0x303B54) is known color: Biscay. HEX triplet: 30, 3B and 54. RGB value is (48,59,84). Sum of RGB (Red+Green+Blue) = 48+59+84=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #303B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B54 is #CFC4AB. Grayscale: #3A3A3A. Windows color (decimal): -13616300 or 5520176. OLE color: 5520176.

HSL color Cylindrical-coordinate representation of color #303B54: hue angle of 221.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303B54 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 59 84 -
CMYK 0.43 0.30 0 0.67
HSL 221.67º 0.27% 0.26% -
HSV(B) 221.67º 0.43% 0.33% -
XYZ 4.38 4.4 9.01 -
YUV 58.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 48 59 84 0.43 0.30 0 0.67 221.67 0.27 0.26
Hex 30 3B 54 2B 1E 0 43 DE 1B 1A
Octal 60 73 124 53 36 0 103 336 33 32
Binary 110000 111011 1010100 101011 11110 0 1000011 11011110 11011 11010

Color Harmonies of #303B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B54

Black with #303B54

Text Example


Text Example

White with #303B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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