Html Css Color HEX #303955 Gulf Blue

📋 copy color: '#303955'

red 48 ◦ green 57 ◦ blue 85

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

Shades of Gulf Blue #303955

Tints of Gulf Blue #303955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30%

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

R = 25.26%
G = 30%
B = 44.74%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303955 (or 0x303955) is known color: Gulf Blue. HEX triplet: 30, 39 and 55. RGB value is (48,57,85). Sum of RGB (Red+Green+Blue) = 48+57+85=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #303955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303955 is #CFC6AA. Grayscale: #393939. Windows color (decimal): -13616811 or 5585200. OLE color: 5585200.

HSL color Cylindrical-coordinate representation of color #303955: hue angle of 225.41º 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 #303955 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 57 85 -
CMYK 0.44 0.33 0 0.67
HSL 225.41º 0.28% 0.26% -
HSV(B) 225.41º 0.44% 0.33% -
XYZ 4.32 4.21 9.18 -
YUV 57.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 48 57 85 0.44 0.33 0 0.67 225.41 0.28 0.26
Hex 30 39 55 2C 21 0 43 E1 1C 1A
Octal 60 71 125 54 41 0 103 341 34 32
Binary 110000 111001 1010101 101100 100001 0 1000011 11100001 11100 11010

Color Harmonies of #303955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303955

Black with #303955

Text Example


Text Example

White with #303955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303955; }

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

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

background-color css

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

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

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

border-color css

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

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

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