Html Css Color HEX #30415D Gulf Blue

📋 copy color: '#30415D'

red 48 ◦ green 65 ◦ blue 93

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

Shades of Gulf Blue #30415D

Tints of Gulf Blue #30415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

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

R = 23.3%
G = 31.55%
B = 45.15%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30415D (or 0x30415D) is known color: Gulf Blue. HEX triplet: 30, 41 and 5D. RGB value is (48,65,93). Sum of RGB (Red+Green+Blue) = 48+65+93=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #30415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30415D is #CFBEA2. Grayscale: #3E3E3E. Windows color (decimal): -13614755 or 6111536. OLE color: 6111536.

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

Color convert

RGB 48 65 93 -
CMYK 0.48 0.30 0 0.64
HSL 217.33º 0.32% 0.28% -
HSV(B) 217.33º 0.48% 0.36% -
XYZ 5.09 5.2 11.09 -
YUV 63.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 48 65 93 0.48 0.30 0 0.64 217.33 0.32 0.28
Hex 30 41 5D 30 1E 0 40 D9 20 1C
Octal 60 101 135 60 36 0 100 331 40 34
Binary 110000 1000001 1011101 110000 11110 0 1000000 11011001 100000 11100

Color Harmonies of #30415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30415D

Black with #30415D

Text Example


Text Example

White with #30415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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