Html Css Color HEX #303B57 Gulf Blue

📋 copy color: '#303B57'

red 48 ◦ green 59 ◦ blue 87

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

Shades of Gulf Blue #303B57

Tints of Gulf Blue #303B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

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

R = 24.74%
G = 30.41%
B = 44.85%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#303B57 (or 0x303B57) is known color: Gulf Blue. HEX triplet: 30, 3B and 57. RGB value is (48,59,87). Sum of RGB (Red+Green+Blue) = 48+59+87=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #303B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B57 is #CFC4A8. Grayscale: #3A3A3A. Windows color (decimal): -13616297 or 5716784. OLE color: 5716784.

HSL color Cylindrical-coordinate representation of color #303B57: hue angle of 223.08º 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 #303B57 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 59 87 -
CMYK 0.45 0.32 0 0.66
HSL 223.08º 0.29% 0.26% -
HSV(B) 223.08º 0.45% 0.34% -
XYZ 4.5 4.44 9.64 -
YUV 58.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 48 59 87 0.45 0.32 0 0.66 223.08 0.29 0.26
Hex 30 3B 57 2D 20 0 42 DF 1D 1A
Octal 60 73 127 55 40 0 102 337 35 32
Binary 110000 111011 1010111 101101 100000 0 1000010 11011111 11101 11010

Color Harmonies of #303B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B57

Black with #303B57

Text Example


Text Example

White with #303B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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