Html Css Color HEX #303954 Biscay

📋 copy color: '#303954'

red 48 ◦ green 57 ◦ blue 84

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

Shades of Biscay #303954

Tints of Biscay #303954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.16%

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

R = 25.4%
G = 30.16%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303954 (or 0x303954) is known color: Biscay. HEX triplet: 30, 39 and 54. RGB value is (48,57,84). Sum of RGB (Red+Green+Blue) = 48+57+84=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #303954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303954 is #CFC6AB. Grayscale: #393939. Windows color (decimal): -13616812 or 5519664. OLE color: 5519664.

HSL color Cylindrical-coordinate representation of color #303954: hue angle of 225º 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 #303954 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 57 84 -
CMYK 0.43 0.32 0 0.67
HSL 225º 0.27% 0.26% -
HSV(B) 225º 0.43% 0.33% -
XYZ 4.28 4.19 8.97 -
YUV 57.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 48 57 84 0.43 0.32 0 0.67 225 0.27 0.26
Hex 30 39 54 2B 20 0 43 E1 1B 1A
Octal 60 71 124 53 40 0 103 341 33 32
Binary 110000 111001 1010100 101011 100000 0 1000011 11100001 11011 11010

Color Harmonies of #303954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303954

Black with #303954

Text Example


Text Example

White with #303954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303954; }

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

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

background-color css

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

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

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

border-color css

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

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

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