Html Css Color HEX #303C56 Biscay

📋 copy color: '#303C56'

red 48 ◦ green 60 ◦ blue 86

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

Shades of Biscay #303C56

Tints of Biscay #303C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

 BLUE value IS 86 (33.98% from 255) = 44.33%

R = 24.74%
G = 30.93%
B = 44.33%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#303C56 (or 0x303C56) is known color: Biscay. HEX triplet: 30, 3C and 56. RGB value is (48,60,86). Sum of RGB (Red+Green+Blue) = 48+60+86=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #303C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C56 is #CFC3A9. Grayscale: #3B3B3B. Windows color (decimal): -13616042 or 5651504. OLE color: 5651504.

HSL color Cylindrical-coordinate representation of color #303C56: hue angle of 221.05º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303C56 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 60 86 -
CMYK 0.44 0.30 0 0.66
HSL 221.05º 0.28% 0.26% -
HSV(B) 221.05º 0.44% 0.34% -
XYZ 4.51 4.53 9.44 -
YUV 59.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 48 60 86 0.44 0.30 0 0.66 221.05 0.28 0.26
Hex 30 3C 56 2C 1E 0 42 DD 1C 1A
Octal 60 74 126 54 36 0 102 335 34 32
Binary 110000 111100 1010110 101100 11110 0 1000010 11011101 11100 11010

Color Harmonies of #303C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C56

Black with #303C56

Text Example


Text Example

White with #303C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,60,86); }

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

background-color css

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

 a { background-color: rgb(48,60,86); }

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

border-color css

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

 span { border-color: rgb(48,60,86); }

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