Html Css Color HEX #303952 Biscay

📋 copy color: '#303952'

red 48 ◦ green 57 ◦ blue 82

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

Shades of Biscay #303952

Tints of Biscay #303952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 25.67%
G = 30.48%
B = 43.85%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#303952 (or 0x303952) is known color: Biscay. HEX triplet: 30, 39 and 52. RGB value is (48,57,82). Sum of RGB (Red+Green+Blue) = 48+57+82=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #303952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303952 is #CFC6AD. Grayscale: #393939. Windows color (decimal): -13616814 or 5388592. OLE color: 5388592.

HSL color Cylindrical-coordinate representation of color #303952: hue angle of 224.12º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303952 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 57 82 -
CMYK 0.41 0.30 0 0.68
HSL 224.12º 0.26% 0.25% -
HSV(B) 224.12º 0.41% 0.32% -
XYZ 4.21 4.16 8.56 -
YUV 57.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 48 57 82 0.41 0.30 0 0.68 224.12 0.26 0.25
Hex 30 39 52 29 1E 0 44 E0 1A 19
Octal 60 71 122 51 36 0 104 340 32 31
Binary 110000 111001 1010010 101001 11110 0 1000100 11100000 11010 11001

Color Harmonies of #303952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303952

Black with #303952

Text Example


Text Example

White with #303952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303952; }

 p { color: rgb(48,57,82); }

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

background-color css

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

 a { background-color: rgb(48,57,82); }

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

border-color css

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

 span { border-color: rgb(48,57,82); }

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