Html Css Color HEX #303753 Gulf Blue

📋 copy color: '#303753'

red 48 ◦ green 55 ◦ blue 83

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

Shades of Gulf Blue #303753

Tints of Gulf Blue #303753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 25.81%
G = 29.57%
B = 44.62%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303753 (or 0x303753) is known color: Gulf Blue. HEX triplet: 30, 37 and 53. RGB value is (48,55,83). Sum of RGB (Red+Green+Blue) = 48+55+83=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #303753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303753 is #CFC8AC. Grayscale: #373737. Windows color (decimal): -13617325 or 5453616. OLE color: 5453616.

HSL color Cylindrical-coordinate representation of color #303753: hue angle of 228º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303753 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 55 83 -
CMYK 0.42 0.34 0 0.67
HSL 228º 0.27% 0.26% -
HSV(B) 228º 0.42% 0.33% -
XYZ 4.15 3.99 8.73 -
YUV 56.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 48 55 83 0.42 0.34 0 0.67 228 0.27 0.26
Hex 30 37 53 2A 22 0 43 E4 1B 1A
Octal 60 67 123 52 42 0 103 344 33 32
Binary 110000 110111 1010011 101010 100010 0 1000011 11100100 11011 11010

Color Harmonies of #303753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303753

Black with #303753

Text Example


Text Example

White with #303753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303753; }

 p { color: rgb(48,55,83); }

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

background-color css

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

 a { background-color: rgb(48,55,83); }

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

border-color css

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

 span { border-color: rgb(48,55,83); }

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