Html Css Color HEX #383D55 Gulf Blue

📋 copy color: '#383D55'

red 56 ◦ green 61 ◦ blue 85

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

Shades of Gulf Blue #383D55

Tints of Gulf Blue #383D55

RGB

 RED value IS 56 (22.27% from 255) = 27.72%

 GREEN value IS 61 (24.22% from 255) = 30.2%

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

R = 27.72%
G = 30.2%
B = 42.08%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#383D55 (or 0x383D55) is known color: Gulf Blue. HEX triplet: 38, 3D and 55. RGB value is (56,61,85). Sum of RGB (Red+Green+Blue) = 56+61+85=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #383D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D55 is #C7C2AA. Grayscale: #3E3E3E. Windows color (decimal): -13091499 or 5586232. OLE color: 5586232.

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

Color convert

RGB 56 61 85 -
CMYK 0.34 0.28 0 0.67
HSL 229.66º 0.21% 0.28% -
HSV(B) 229.66º 0.34% 0.33% -
XYZ 4.94 4.83 9.27 -
YUV 62.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 56 61 85 0.34 0.28 0 0.67 229.66 0.21 0.28
Hex 38 3D 55 22 1C 0 43 E6 15 1C
Octal 70 75 125 42 34 0 103 346 25 34
Binary 111000 111101 1010101 100010 11100 0 1000011 11100110 10101 11100

Color Harmonies of #383D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D55

Black with #383D55

Text Example


Text Example

White with #383D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D55; }

 p { color: rgb(56,61,85); }

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

background-color css

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

 a { background-color: rgb(56,61,85); }

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

border-color css

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

 span { border-color: rgb(56,61,85); }

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