Html Css Color HEX #383F5A Gulf Blue

📋 copy color: '#383F5A'

red 56 ◦ green 63 ◦ blue 90

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

Shades of Gulf Blue #383F5A

Tints of Gulf Blue #383F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 26.79%
G = 30.14%
B = 43.06%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#383F5A (or 0x383F5A) is known color: Gulf Blue. HEX triplet: 38, 3F and 5A. RGB value is (56,63,90). Sum of RGB (Red+Green+Blue) = 56+63+90=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #383F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F5A is #C7C0A5. Grayscale: #3F3F3F. Windows color (decimal): -13090982 or 5914424. OLE color: 5914424.

HSL color Cylindrical-coordinate representation of color #383F5A: hue angle of 227.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383F5A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 63 90 -
CMYK 0.38 0.30 0 0.65
HSL 227.65º 0.23% 0.29% -
HSV(B) 227.65º 0.38% 0.35% -
XYZ 5.25 5.13 10.39 -
YUV 63.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 56 63 90 0.38 0.30 0 0.65 227.65 0.23 0.29
Hex 38 3F 5A 26 1E 0 41 E4 17 1D
Octal 70 77 132 46 36 0 101 344 27 35
Binary 111000 111111 1011010 100110 11110 0 1000001 11100100 10111 11101

Color Harmonies of #383F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F5A

Black with #383F5A

Text Example


Text Example

White with #383F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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