Html Css Color HEX #30385D Bay Of Many

📋 copy color: '#30385D'

red 48 ◦ green 56 ◦ blue 93

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

Shades of Bay Of Many #30385D

Tints of Bay Of Many #30385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 24.37%
G = 28.43%
B = 47.21%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30385D (or 0x30385D) is known color: Bay Of Many. HEX triplet: 30, 38 and 5D. RGB value is (48,56,93). Sum of RGB (Red+Green+Blue) = 48+56+93=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #30385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30385D is #CFC7A2. Grayscale: #393939. Windows color (decimal): -13617059 or 6109232. OLE color: 6109232.

HSL color Cylindrical-coordinate representation of color #30385D: hue angle of 229.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30385D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 56 93 -
CMYK 0.48 0.40 0 0.64
HSL 229.33º 0.32% 0.28% -
HSV(B) 229.33º 0.48% 0.36% -
XYZ 4.61 4.25 10.93 -
YUV 57.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 48 56 93 0.48 0.40 0 0.64 229.33 0.32 0.28
Hex 30 38 5D 30 28 0 40 E5 20 1C
Octal 60 70 135 60 50 0 100 345 40 34
Binary 110000 111000 1011101 110000 101000 0 1000000 11100101 100000 11100

Color Harmonies of #30385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30385D

Black with #30385D

Text Example


Text Example

White with #30385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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