Html Css Color HEX #303D59 Gulf Blue

📋 copy color: '#303D59'

red 48 ◦ green 61 ◦ blue 89

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

Shades of Gulf Blue #303D59

Tints of Gulf Blue #303D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 24.24%
G = 30.81%
B = 44.95%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#303D59 (or 0x303D59) is known color: Gulf Blue. HEX triplet: 30, 3D and 59. RGB value is (48,61,89). Sum of RGB (Red+Green+Blue) = 48+61+89=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #303D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D59 is #CFC2A6. Grayscale: #3C3C3C. Windows color (decimal): -13615783 or 5848368. OLE color: 5848368.

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

Color convert

RGB 48 61 89 -
CMYK 0.46 0.31 0 0.65
HSL 220.98º 0.3% 0.27% -
HSV(B) 220.98º 0.46% 0.35% -
XYZ 4.69 4.69 10.11 -
YUV 60.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 48 61 89 0.46 0.31 0 0.65 220.98 0.3 0.27
Hex 30 3D 59 2E 1F 0 41 DD 1E 1B
Octal 60 75 131 56 37 0 101 335 36 33
Binary 110000 111101 1011001 101110 11111 0 1000001 11011101 11110 11011

Color Harmonies of #303D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D59

Black with #303D59

Text Example


Text Example

White with #303D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,89); }

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

background-color css

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

 a { background-color: rgb(48,61,89); }

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

border-color css

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

 span { border-color: rgb(48,61,89); }

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