Html Css Color HEX #38306E Minsk

📋 copy color: '#38306E'

red 56 ◦ green 48 ◦ blue 110

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

Shades of Minsk #38306E

Tints of Minsk #38306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 26.17%
G = 22.43%
B = 51.4%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38306E (or 0x38306E) is known color: Minsk. HEX triplet: 38, 30 and 6E. RGB value is (56,48,110). Sum of RGB (Red+Green+Blue) = 56+48+110=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #38306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38306E is #C7CF91. Grayscale: #393939. Windows color (decimal): -13094802 or 7221304. OLE color: 7221304.

HSL color Cylindrical-coordinate representation of color #38306E: hue angle of 247.74º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38306E is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 48 110 -
CMYK 0.49 0.56 0 0.57
HSL 247.74º 0.39% 0.31% -
HSV(B) 247.74º 0.56% 0.43% -
XYZ 5.5 4.08 15.25 -
YUV 57.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 56 48 110 0.49 0.56 0 0.57 247.74 0.39 0.31
Hex 38 30 6E 31 38 0 39 F8 27 1F
Octal 70 60 156 61 70 0 71 370 47 37
Binary 111000 110000 1101110 110001 111000 0 111001 11111000 100111 11111

Color Harmonies of #38306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38306E

Black with #38306E

Text Example


Text Example

White with #38306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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