Html Css Color HEX #30466B Gulf Blue

📋 copy color: '#30466B'

red 48 ◦ green 70 ◦ blue 107

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

Shades of Gulf Blue #30466B

Tints of Gulf Blue #30466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 21.33%
G = 31.11%
B = 47.56%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30466B (or 0x30466B) is known color: Gulf Blue. HEX triplet: 30, 46 and 6B. RGB value is (48,70,107). Sum of RGB (Red+Green+Blue) = 48+70+107=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #30466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30466B is #CFB994. Grayscale: #434343. Windows color (decimal): -13613461 or 7030320. OLE color: 7030320.

HSL color Cylindrical-coordinate representation of color #30466B: hue angle of 217.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30466B is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 70 107 -
CMYK 0.55 0.35 0 0.58
HSL 217.63º 0.38% 0.3% -
HSV(B) 217.63º 0.55% 0.42% -
XYZ 6.06 6.07 14.76 -
YUV 67.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 48 70 107 0.55 0.35 0 0.58 217.63 0.38 0.3
Hex 30 46 6B 37 23 0 3A DA 26 1E
Octal 60 106 153 67 43 0 72 332 46 36
Binary 110000 1000110 1101011 110111 100011 0 111010 11011010 100110 11110

Color Harmonies of #30466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30466B

Black with #30466B

Text Example


Text Example

White with #30466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30466B; }

 p { color: rgb(48,70,107); }

 H1.HeaderClassName
 {
   color: #30466B;
 }
 .AnyTagClassName
 {
   color: #30466B;
 }
</style>

background-color css

<style>
 a { background-color: #30466B; }

 a { background-color: rgb(48,70,107); }

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

border-color css

<style>
 span { border-color: #30466B; }

 span { border-color: rgb(48,70,107); }

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