Html Css Color HEX #303D4F Biscay

📋 copy color: '#303D4F'

red 48 ◦ green 61 ◦ blue 79

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

Shades of Biscay #303D4F

Tints of Biscay #303D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.45%

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

R = 25.53%
G = 32.45%
B = 42.02%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303D4F (or 0x303D4F) is known color: Biscay. HEX triplet: 30, 3D and 4F. RGB value is (48,61,79). Sum of RGB (Red+Green+Blue) = 48+61+79=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #303D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D4F is #CFC2B0. Grayscale: #3B3B3B. Windows color (decimal): -13615793 or 5193008. OLE color: 5193008.

HSL color Cylindrical-coordinate representation of color #303D4F: hue angle of 214.84º 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 #303D4F is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 61 79 -
CMYK 0.39 0.23 0 0.69
HSL 214.84º 0.24% 0.25% -
HSV(B) 214.84º 0.39% 0.31% -
XYZ 4.3 4.53 8.05 -
YUV 59.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 48 61 79 0.39 0.23 0 0.69 214.84 0.24 0.25
Hex 30 3D 4F 27 17 0 45 D7 18 19
Octal 60 75 117 47 27 0 105 327 30 31
Binary 110000 111101 1001111 100111 10111 0 1000101 11010111 11000 11001

Color Harmonies of #303D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D4F

Black with #303D4F

Text Example


Text Example

White with #303D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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