Html Css Color HEX #303B4D Biscay

📋 copy color: '#303B4D'

red 48 ◦ green 59 ◦ blue 77

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

Shades of Biscay #303B4D

Tints of Biscay #303B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 26.09%
G = 32.07%
B = 41.85%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#303B4D (or 0x303B4D) is known color: Biscay. HEX triplet: 30, 3B and 4D. RGB value is (48,59,77). Sum of RGB (Red+Green+Blue) = 48+59+77=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #303B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B4D is #CFC4B2. Grayscale: #393939. Windows color (decimal): -13616307 or 5061424. OLE color: 5061424.

HSL color Cylindrical-coordinate representation of color #303B4D: hue angle of 217.24º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303B4D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 59 77 -
CMYK 0.38 0.23 0 0.70
HSL 217.24º 0.23% 0.25% -
HSV(B) 217.24º 0.38% 0.3% -
XYZ 4.12 4.29 7.63 -
YUV 57.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 48 59 77 0.38 0.23 0 0.70 217.24 0.23 0.25
Hex 30 3B 4D 26 17 0 46 D9 17 19
Octal 60 73 115 46 27 0 106 331 27 31
Binary 110000 111011 1001101 100110 10111 0 1000110 11011001 10111 11001

Color Harmonies of #303B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B4D

Black with #303B4D

Text Example


Text Example

White with #303B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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