Html Css Color HEX #303C60 Gulf Blue

📋 copy color: '#303C60'

red 48 ◦ green 60 ◦ blue 96

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

Shades of Gulf Blue #303C60

Tints of Gulf Blue #303C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

 BLUE value IS 96 (37.89% from 255) = 47.06%

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303C60 (or 0x303C60) is known color: Gulf Blue. HEX triplet: 30, 3C and 60. RGB value is (48,60,96). Sum of RGB (Red+Green+Blue) = 48+60+96=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #303C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C60 is #CFC39F. Grayscale: #3C3C3C. Windows color (decimal): -13616032 or 6306864. OLE color: 6306864.

HSL color Cylindrical-coordinate representation of color #303C60: hue angle of 225º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303C60 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 60 96 -
CMYK 0.50 0.38 0 0.62
HSL 225º 0.33% 0.28% -
HSV(B) 225º 0.5% 0.38% -
XYZ 4.95 4.7 11.71 -
YUV 60.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 48 60 96 0.50 0.38 0 0.62 225 0.33 0.28
Hex 30 3C 60 32 26 0 3E E1 21 1C
Octal 60 74 140 62 46 0 76 341 41 34
Binary 110000 111100 1100000 110010 100110 0 111110 11100001 100001 11100

Color Harmonies of #303C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C60

Black with #303C60

Text Example


Text Example

White with #303C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C60; }

 p { color: rgb(48,60,96); }

 H1.HeaderClassName
 {
   color: #303C60;
 }
 .AnyTagClassName
 {
   color: #303C60;
 }
</style>

background-color css

<style>
 a { background-color: #303C60; }

 a { background-color: rgb(48,60,96); }

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

border-color css

<style>
 span { border-color: #303C60; }

 span { border-color: rgb(48,60,96); }

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