Html Css Color HEX #373A53 Gulf Blue

📋 copy color: '#373A53'

red 55 ◦ green 58 ◦ blue 83

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

Shades of Gulf Blue #373A53

Tints of Gulf Blue #373A53

RGB

 RED value IS 55 (21.88% from 255) = 28.06%

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

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

R = 28.06%
G = 29.59%
B = 42.35%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#373A53 (or 0x373A53) is known color: Gulf Blue. HEX triplet: 37, 3A and 53. RGB value is (55,58,83). Sum of RGB (Red+Green+Blue) = 55+58+83=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #373A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A53 is #C8C5AC. Grayscale: #3B3B3B. Windows color (decimal): -13157805 or 5454391. OLE color: 5454391.

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

Color convert

RGB 55 58 83 -
CMYK 0.34 0.30 0 0.67
HSL 233.57º 0.2% 0.27% -
HSV(B) 233.57º 0.34% 0.33% -
XYZ 4.65 4.46 8.8 -
YUV 59.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 55 58 83 0.34 0.30 0 0.67 233.57 0.2 0.27
Hex 37 3A 53 22 1E 0 43 EA 14 1B
Octal 67 72 123 42 36 0 103 352 24 33
Binary 110111 111010 1010011 100010 11110 0 1000011 11101010 10100 11011

Color Harmonies of #373A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A53

Black with #373A53

Text Example


Text Example

White with #373A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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