Html Css Color HEX #38405C Gulf Blue

📋 copy color: '#38405C'

red 56 ◦ green 64 ◦ blue 92

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

Shades of Gulf Blue #38405C

Tints of Gulf Blue #38405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 26.42%
G = 30.19%
B = 43.4%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38405C (or 0x38405C) is known color: Gulf Blue. HEX triplet: 38, 40 and 5C. RGB value is (56,64,92). Sum of RGB (Red+Green+Blue) = 56+64+92=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #38405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38405C is #C7BFA3. Grayscale: #404040. Windows color (decimal): -13090724 or 6045752. OLE color: 6045752.

HSL color Cylindrical-coordinate representation of color #38405C: hue angle of 226.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38405C is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 64 92 -
CMYK 0.39 0.30 0 0.64
HSL 226.67º 0.24% 0.29% -
HSV(B) 226.67º 0.39% 0.36% -
XYZ 5.4 5.28 10.86 -
YUV 64.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 56 64 92 0.39 0.30 0 0.64 226.67 0.24 0.29
Hex 38 40 5C 27 1E 0 40 E3 18 1D
Octal 70 100 134 47 36 0 100 343 30 35
Binary 111000 1000000 1011100 100111 11110 0 1000000 11100011 11000 11101

Color Harmonies of #38405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38405C

Black with #38405C

Text Example


Text Example

White with #38405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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