Html Css Color HEX #30375A Gulf Blue

📋 copy color: '#30375A'

red 48 ◦ green 55 ◦ blue 90

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

Shades of Gulf Blue #30375A

Tints of Gulf Blue #30375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 24.87%
G = 28.5%
B = 46.63%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30375A (or 0x30375A) is known color: Gulf Blue. HEX triplet: 30, 37 and 5A. RGB value is (48,55,90). Sum of RGB (Red+Green+Blue) = 48+55+90=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #30375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30375A is #CFC8A5. Grayscale: #383838. Windows color (decimal): -13617318 or 5912368. OLE color: 5912368.

HSL color Cylindrical-coordinate representation of color #30375A: hue angle of 230º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30375A is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 55 90 -
CMYK 0.47 0.39 0 0.65
HSL 230º 0.3% 0.27% -
HSV(B) 230º 0.47% 0.35% -
XYZ 4.43 4.1 10.23 -
YUV 56.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 48 55 90 0.47 0.39 0 0.65 230 0.3 0.27
Hex 30 37 5A 2F 27 0 41 E6 1E 1B
Octal 60 67 132 57 47 0 101 346 36 33
Binary 110000 110111 1011010 101111 100111 0 1000001 11100110 11110 11011

Color Harmonies of #30375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30375A

Black with #30375A

Text Example


Text Example

White with #30375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30375A; }

 p { color: rgb(48,55,90); }

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

background-color css

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

 a { background-color: rgb(48,55,90); }

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

border-color css

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

 span { border-color: rgb(48,55,90); }

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