Html Css Color HEX #383F58 Gulf Blue

📋 copy color: '#383F58'

red 56 ◦ green 63 ◦ blue 88

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

Shades of Gulf Blue #383F58

Tints of Gulf Blue #383F58

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 27.05%
G = 30.43%
B = 42.51%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383F58 (or 0x383F58) is known color: Gulf Blue. HEX triplet: 38, 3F and 58. RGB value is (56,63,88). Sum of RGB (Red+Green+Blue) = 56+63+88=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #383F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F58 is #C7C0A7. Grayscale: #3F3F3F. Windows color (decimal): -13090984 or 5783352. OLE color: 5783352.

HSL color Cylindrical-coordinate representation of color #383F58: hue angle of 226.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383F58 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 63 88 -
CMYK 0.36 0.28 0 0.65
HSL 226.88º 0.22% 0.28% -
HSV(B) 226.88º 0.36% 0.35% -
XYZ 5.17 5.1 9.94 -
YUV 63.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 56 63 88 0.36 0.28 0 0.65 226.88 0.22 0.28
Hex 38 3F 58 24 1C 0 41 E3 16 1C
Octal 70 77 130 44 34 0 101 343 26 34
Binary 111000 111111 1011000 100100 11100 0 1000001 11100011 10110 11100

Color Harmonies of #383F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F58

Black with #383F58

Text Example


Text Example

White with #383F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,88); }

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

background-color css

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

 a { background-color: rgb(56,63,88); }

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

border-color css

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

 span { border-color: rgb(56,63,88); }

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