Html Css Color HEX #303B52 Biscay

📋 copy color: '#303B52'

red 48 ◦ green 59 ◦ blue 82

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

Shades of Biscay #303B52

Tints of Biscay #303B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 25.4%
G = 31.22%
B = 43.39%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#303B52 (or 0x303B52) is known color: Biscay. HEX triplet: 30, 3B and 52. RGB value is (48,59,82). Sum of RGB (Red+Green+Blue) = 48+59+82=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #303B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B52 is #CFC4AD. Grayscale: #3A3A3A. Windows color (decimal): -13616302 or 5389104. OLE color: 5389104.

HSL color Cylindrical-coordinate representation of color #303B52: hue angle of 220.59º 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 #303B52 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 59 82 -
CMYK 0.41 0.28 0 0.68
HSL 220.59º 0.26% 0.25% -
HSV(B) 220.59º 0.41% 0.32% -
XYZ 4.31 4.37 8.6 -
YUV 58.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 48 59 82 0.41 0.28 0 0.68 220.59 0.26 0.25
Hex 30 3B 52 29 1C 0 44 DD 1A 19
Octal 60 73 122 51 34 0 104 335 32 31
Binary 110000 111011 1010010 101001 11100 0 1000100 11011101 11010 11001

Color Harmonies of #303B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B52

Black with #303B52

Text Example


Text Example

White with #303B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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