Html Css Color HEX #38405A Gulf Blue

📋 copy color: '#38405A'

red 56 ◦ green 64 ◦ blue 90

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

Shades of Gulf Blue #38405A

Tints of Gulf Blue #38405A

RGB

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

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

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

R = 26.67%
G = 30.48%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38405A (or 0x38405A) is known color: Gulf Blue. HEX triplet: 38, 40 and 5A. RGB value is (56,64,90). Sum of RGB (Red+Green+Blue) = 56+64+90=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #38405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38405A is #C7BFA5. Grayscale: #404040. Windows color (decimal): -13090726 or 5914680. OLE color: 5914680.

HSL color Cylindrical-coordinate representation of color #38405A: hue angle of 225.88º 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 #38405A is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 64 90 -
CMYK 0.38 0.29 0 0.65
HSL 225.88º 0.23% 0.29% -
HSV(B) 225.88º 0.38% 0.35% -
XYZ 5.31 5.25 10.41 -
YUV 64.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 56 64 90 0.38 0.29 0 0.65 225.88 0.23 0.29
Hex 38 40 5A 26 1D 0 41 E2 17 1D
Octal 70 100 132 46 35 0 101 342 27 35
Binary 111000 1000000 1011010 100110 11101 0 1000001 11100010 10111 11101

Color Harmonies of #38405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38405A

Black with #38405A

Text Example


Text Example

White with #38405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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