Html Css Color HEX #303C4F Biscay

📋 copy color: '#303C4F'

red 48 ◦ green 60 ◦ blue 79

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

Shades of Biscay #303C4F

Tints of Biscay #303C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 25.67%
G = 32.09%
B = 42.25%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303C4F (or 0x303C4F) is known color: Biscay. HEX triplet: 30, 3C and 4F. RGB value is (48,60,79). Sum of RGB (Red+Green+Blue) = 48+60+79=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #303C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C4F is #CFC3B0. Grayscale: #3A3A3A. Windows color (decimal): -13616049 or 5192752. OLE color: 5192752.

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

Color convert

RGB 48 60 79 -
CMYK 0.39 0.24 0 0.69
HSL 216.77º 0.24% 0.25% -
HSV(B) 216.77º 0.39% 0.31% -
XYZ 4.25 4.42 8.03 -
YUV 58.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 48 60 79 0.39 0.24 0 0.69 216.77 0.24 0.25
Hex 30 3C 4F 27 18 0 45 D9 18 19
Octal 60 74 117 47 30 0 105 331 30 31
Binary 110000 111100 1001111 100111 11000 0 1000101 11011001 11000 11001

Color Harmonies of #303C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C4F

Black with #303C4F

Text Example


Text Example

White with #303C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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