Html Css Color HEX #303C4E Biscay

📋 copy color: '#303C4E'

red 48 ◦ green 60 ◦ blue 78

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

Shades of Biscay #303C4E

Tints of Biscay #303C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.94%

R = 25.81%
G = 32.26%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303C4E (or 0x303C4E) is known color: Biscay. HEX triplet: 30, 3C and 4E. RGB value is (48,60,78). Sum of RGB (Red+Green+Blue) = 48+60+78=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #303C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C4E is #CFC3B1. Grayscale: #3A3A3A. Windows color (decimal): -13616050 or 5127216. OLE color: 5127216.

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

Color convert

RGB 48 60 78 -
CMYK 0.38 0.23 0 0.69
HSL 216º 0.24% 0.25% -
HSV(B) 216º 0.38% 0.31% -
XYZ 4.21 4.41 7.84 -
YUV 58.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 48 60 78 0.38 0.23 0 0.69 216 0.24 0.25
Hex 30 3C 4E 26 17 0 45 D8 18 19
Octal 60 74 116 46 27 0 105 330 30 31
Binary 110000 111100 1001110 100110 10111 0 1000101 11011000 11000 11001

Color Harmonies of #303C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C4E

Black with #303C4E

Text Example


Text Example

White with #303C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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