Html Css Color HEX #303853 Biscay

📋 copy color: '#303853'

red 48 ◦ green 56 ◦ blue 83

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

Shades of Biscay #303853

Tints of Biscay #303853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 25.67%
G = 29.95%
B = 44.39%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303853 (or 0x303853) is known color: Biscay. HEX triplet: 30, 38 and 53. RGB value is (48,56,83). Sum of RGB (Red+Green+Blue) = 48+56+83=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #303853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303853 is #CFC7AC. Grayscale: #383838. Windows color (decimal): -13617069 or 5453872. OLE color: 5453872.

HSL color Cylindrical-coordinate representation of color #303853: hue angle of 226.29º 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 #303853 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 56 83 -
CMYK 0.42 0.33 0 0.67
HSL 226.29º 0.27% 0.26% -
HSV(B) 226.29º 0.42% 0.33% -
XYZ 4.19 4.08 8.75 -
YUV 56.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 48 56 83 0.42 0.33 0 0.67 226.29 0.27 0.26
Hex 30 38 53 2A 21 0 43 E2 1B 1A
Octal 60 70 123 52 41 0 103 342 33 32
Binary 110000 111000 1010011 101010 100001 0 1000011 11100010 11011 11010

Color Harmonies of #303853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303853

Black with #303853

Text Example


Text Example

White with #303853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303853; }

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

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

background-color css

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

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

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

border-color css

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

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

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