Html Css Color HEX #303D54 Biscay

📋 copy color: '#303D54'

red 48 ◦ green 61 ◦ blue 84

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

Shades of Biscay #303D54

Tints of Biscay #303D54

RGB

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

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

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

R = 24.87%
G = 31.61%
B = 43.52%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303D54 (or 0x303D54) is known color: Biscay. HEX triplet: 30, 3D and 54. RGB value is (48,61,84). Sum of RGB (Red+Green+Blue) = 48+61+84=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #303D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D54 is #CFC2AB. Grayscale: #3B3B3B. Windows color (decimal): -13615788 or 5520688. OLE color: 5520688.

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

Color convert

RGB 48 61 84 -
CMYK 0.43 0.27 0 0.67
HSL 218.33º 0.27% 0.26% -
HSV(B) 218.33º 0.43% 0.33% -
XYZ 4.49 4.61 9.04 -
YUV 59.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 48 61 84 0.43 0.27 0 0.67 218.33 0.27 0.26
Hex 30 3D 54 2B 1B 0 43 DA 1B 1A
Octal 60 75 124 53 33 0 103 332 33 32
Binary 110000 111101 1010100 101011 11011 0 1000011 11011010 11011 11010

Color Harmonies of #303D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D54

Black with #303D54

Text Example


Text Example

White with #303D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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