Html Css Color HEX #38405D Gulf Blue

📋 copy color: '#38405D'

red 56 ◦ green 64 ◦ blue 93

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

Shades of Gulf Blue #38405D

Tints of Gulf Blue #38405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 26.29%
G = 30.05%
B = 43.66%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38405D (or 0x38405D) is known color: Gulf Blue. HEX triplet: 38, 40 and 5D. RGB value is (56,64,93). Sum of RGB (Red+Green+Blue) = 56+64+93=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #38405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38405D is #C7BFA2. Grayscale: #404040. Windows color (decimal): -13090723 or 6111288. OLE color: 6111288.

HSL color Cylindrical-coordinate representation of color #38405D: hue angle of 227.03º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38405D is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 64 93 -
CMYK 0.40 0.31 0 0.64
HSL 227.03º 0.25% 0.29% -
HSV(B) 227.03º 0.4% 0.36% -
XYZ 5.44 5.3 11.09 -
YUV 64.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 56 64 93 0.40 0.31 0 0.64 227.03 0.25 0.29
Hex 38 40 5D 28 1F 0 40 E3 19 1D
Octal 70 100 135 50 37 0 100 343 31 35
Binary 111000 1000000 1011101 101000 11111 0 1000000 11100011 11001 11101

Color Harmonies of #38405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38405D

Black with #38405D

Text Example


Text Example

White with #38405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38405D; }

 p { color: rgb(56,64,93); }

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

background-color css

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

 a { background-color: rgb(56,64,93); }

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

border-color css

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

 span { border-color: rgb(56,64,93); }

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