Html Css Color HEX #303755 Gulf Blue

📋 copy color: '#303755'

red 48 ◦ green 55 ◦ blue 85

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

Shades of Gulf Blue #303755

Tints of Gulf Blue #303755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 25.53%
G = 29.26%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303755 (or 0x303755) is known color: Gulf Blue. HEX triplet: 30, 37 and 55. RGB value is (48,55,85). Sum of RGB (Red+Green+Blue) = 48+55+85=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #303755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303755 is #CFC8AA. Grayscale: #383838. Windows color (decimal): -13617323 or 5584688. OLE color: 5584688.

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

Color convert

RGB 48 55 85 -
CMYK 0.44 0.35 0 0.67
HSL 228.65º 0.28% 0.26% -
HSV(B) 228.65º 0.44% 0.33% -
XYZ 4.22 4.02 9.15 -
YUV 56.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 48 55 85 0.44 0.35 0 0.67 228.65 0.28 0.26
Hex 30 37 55 2C 23 0 43 E5 1C 1A
Octal 60 67 125 54 43 0 103 345 34 32
Binary 110000 110111 1010101 101100 100011 0 1000011 11100101 11100 11010

Color Harmonies of #303755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303755

Black with #303755

Text Example


Text Example

White with #303755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303755; }

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

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

background-color css

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

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

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

border-color css

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

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

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