Html Css Color HEX #383075 Minsk

📋 copy color: '#383075'

red 56 ◦ green 48 ◦ blue 117

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

Shades of Minsk #383075

Tints of Minsk #383075

RGB

 RED value IS 56 (22.27% from 255) = 25.34%

 GREEN value IS 48 (19.14% from 255) = 21.72%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 25.34%
G = 21.72%
B = 52.94%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383075 (or 0x383075) is known color: Minsk. HEX triplet: 38, 30 and 75. RGB value is (56,48,117). Sum of RGB (Red+Green+Blue) = 56+48+117=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #383075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383075 is #C7CF8A. Grayscale: #393939. Windows color (decimal): -13094795 or 7680056. OLE color: 7680056.

HSL color Cylindrical-coordinate representation of color #383075: hue angle of 246.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383075 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 48 117 -
CMYK 0.52 0.59 0 0.54
HSL 246.96º 0.42% 0.32% -
HSV(B) 246.96º 0.59% 0.46% -
XYZ 5.9 4.24 17.34 -
YUV 58.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 56 48 117 0.52 0.59 0 0.54 246.96 0.42 0.32
Hex 38 30 75 34 3B 0 36 F7 2A 20
Octal 70 60 165 64 73 0 66 367 52 40
Binary 111000 110000 1110101 110100 111011 0 110110 11110111 101010 100000

Color Harmonies of #383075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383075

Black with #383075

Text Example


Text Example

White with #383075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383075; }

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

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

background-color css

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

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

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

border-color css

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

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

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