Html Css Color HEX #303A57 Gulf Blue

📋 copy color: '#303A57'

red 48 ◦ green 58 ◦ blue 87

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

Shades of Gulf Blue #303A57

Tints of Gulf Blue #303A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 24.87%
G = 30.05%
B = 45.08%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#303A57 (or 0x303A57) is known color: Gulf Blue. HEX triplet: 30, 3A and 57. RGB value is (48,58,87). Sum of RGB (Red+Green+Blue) = 48+58+87=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #303A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A57 is #CFC5A8. Grayscale: #3A3A3A. Windows color (decimal): -13616553 or 5716528. OLE color: 5716528.

HSL color Cylindrical-coordinate representation of color #303A57: hue angle of 224.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303A57 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 58 87 -
CMYK 0.45 0.33 0 0.66
HSL 224.62º 0.29% 0.26% -
HSV(B) 224.62º 0.45% 0.34% -
XYZ 4.45 4.34 9.62 -
YUV 58.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 48 58 87 0.45 0.33 0 0.66 224.62 0.29 0.26
Hex 30 3A 57 2D 21 0 42 E1 1D 1A
Octal 60 72 127 55 41 0 102 341 35 32
Binary 110000 111010 1010111 101101 100001 0 1000010 11100001 11101 11010

Color Harmonies of #303A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A57

Black with #303A57

Text Example


Text Example

White with #303A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,87); }

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

background-color css

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

 a { background-color: rgb(48,58,87); }

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

border-color css

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

 span { border-color: rgb(48,58,87); }

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