Html Css Color HEX #303B51 Biscay

📋 copy color: '#303B51'

red 48 ◦ green 59 ◦ blue 81

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

Shades of Biscay #303B51

Tints of Biscay #303B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.09%

R = 25.53%
G = 31.38%
B = 43.09%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#303B51 (or 0x303B51) is known color: Biscay. HEX triplet: 30, 3B and 51. RGB value is (48,59,81). Sum of RGB (Red+Green+Blue) = 48+59+81=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #303B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B51 is #CFC4AE. Grayscale: #3A3A3A. Windows color (decimal): -13616303 or 5323568. OLE color: 5323568.

HSL color Cylindrical-coordinate representation of color #303B51: hue angle of 220º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303B51 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 59 81 -
CMYK 0.41 0.27 0 0.68
HSL 220º 0.26% 0.25% -
HSV(B) 220º 0.41% 0.32% -
XYZ 4.27 4.35 8.4 -
YUV 58.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 48 59 81 0.41 0.27 0 0.68 220 0.26 0.25
Hex 30 3B 51 29 1B 0 44 DC 1A 19
Octal 60 73 121 51 33 0 104 334 32 31
Binary 110000 111011 1010001 101001 11011 0 1000100 11011100 11010 11001

Color Harmonies of #303B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B51

Black with #303B51

Text Example


Text Example

White with #303B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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