Html Css Color HEX #303D62 Gulf Blue

📋 copy color: '#303D62'

red 48 ◦ green 61 ◦ blue 98

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

Shades of Gulf Blue #303D62

Tints of Gulf Blue #303D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 23.19%
G = 29.47%
B = 47.34%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#303D62 (or 0x303D62) is known color: Gulf Blue. HEX triplet: 30, 3D and 62. RGB value is (48,61,98). Sum of RGB (Red+Green+Blue) = 48+61+98=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #303D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D62 is #CFC29D. Grayscale: #3D3D3D. Windows color (decimal): -13615774 or 6438192. OLE color: 6438192.

HSL color Cylindrical-coordinate representation of color #303D62: hue angle of 224.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303D62 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 61 98 -
CMYK 0.51 0.38 0 0.62
HSL 224.4º 0.34% 0.29% -
HSV(B) 224.4º 0.51% 0.38% -
XYZ 5.09 4.85 12.22 -
YUV 61.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 48 61 98 0.51 0.38 0 0.62 224.4 0.34 0.29
Hex 30 3D 62 33 26 0 3E E0 22 1D
Octal 60 75 142 63 46 0 76 340 42 35
Binary 110000 111101 1100010 110011 100110 0 111110 11100000 100010 11101

Color Harmonies of #303D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D62

Black with #303D62

Text Example


Text Example

White with #303D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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