Html Css Color HEX #30365D Bay Of Many

📋 copy color: '#30365D'

red 48 ◦ green 54 ◦ blue 93

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

Shades of Bay Of Many #30365D

Tints of Bay Of Many #30365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

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

R = 24.62%
G = 27.69%
B = 47.69%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30365D (or 0x30365D) is known color: Bay Of Many. HEX triplet: 30, 36 and 5D. RGB value is (48,54,93). Sum of RGB (Red+Green+Blue) = 48+54+93=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #30365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30365D is #CFC9A2. Grayscale: #383838. Windows color (decimal): -13617571 or 6108720. OLE color: 6108720.

HSL color Cylindrical-coordinate representation of color #30365D: hue angle of 232º 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 #30365D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 54 93 -
CMYK 0.48 0.42 0 0.64
HSL 232º 0.32% 0.28% -
HSV(B) 232º 0.48% 0.36% -
XYZ 4.51 4.06 10.9 -
YUV 56.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 48 54 93 0.48 0.42 0 0.64 232 0.32 0.28
Hex 30 36 5D 30 2A 0 40 E8 20 1C
Octal 60 66 135 60 52 0 100 350 40 34
Binary 110000 110110 1011101 110000 101010 0 1000000 11101000 100000 11100

Color Harmonies of #30365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30365D

Black with #30365D

Text Example


Text Example

White with #30365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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