Html Css Color HEX #303A53 Biscay

📋 copy color: '#303A53'

red 48 ◦ green 58 ◦ blue 83

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

Shades of Biscay #303A53

Tints of Biscay #303A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 83 (32.81% from 255) = 43.92%

R = 25.4%
G = 30.69%
B = 43.92%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303A53 (or 0x303A53) is known color: Biscay. HEX triplet: 30, 3A and 53. RGB value is (48,58,83). Sum of RGB (Red+Green+Blue) = 48+58+83=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #303A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A53 is #CFC5AC. Grayscale: #393939. Windows color (decimal): -13616557 or 5454384. OLE color: 5454384.

HSL color Cylindrical-coordinate representation of color #303A53: hue angle of 222.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303A53 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 58 83 -
CMYK 0.42 0.30 0 0.67
HSL 222.86º 0.27% 0.26% -
HSV(B) 222.86º 0.42% 0.33% -
XYZ 4.29 4.28 8.78 -
YUV 57.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 48 58 83 0.42 0.30 0 0.67 222.86 0.27 0.26
Hex 30 3A 53 2A 1E 0 43 DF 1B 1A
Octal 60 72 123 52 36 0 103 337 33 32
Binary 110000 111010 1010011 101010 11110 0 1000011 11011111 11011 11010

Color Harmonies of #303A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A53

Black with #303A53

Text Example


Text Example

White with #303A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,83); }

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

background-color css

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

 a { background-color: rgb(48,58,83); }

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

border-color css

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

 span { border-color: rgb(48,58,83); }

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