Html Css Color HEX #38415B Gulf Blue

📋 copy color: '#38415B'

red 56 ◦ green 65 ◦ blue 91

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

Shades of Gulf Blue #38415B

Tints of Gulf Blue #38415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 26.42%
G = 30.66%
B = 42.92%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38415B (or 0x38415B) is known color: Gulf Blue. HEX triplet: 38, 41 and 5B. RGB value is (56,65,91). Sum of RGB (Red+Green+Blue) = 56+65+91=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #38415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415B is #C7BEA4. Grayscale: #414141. Windows color (decimal): -13090469 or 5980472. OLE color: 5980472.

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

Color convert

RGB 56 65 91 -
CMYK 0.38 0.29 0 0.64
HSL 224.57º 0.24% 0.29% -
HSV(B) 224.57º 0.38% 0.36% -
XYZ 5.41 5.38 10.65 -
YUV 65.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 56 65 91 0.38 0.29 0 0.64 224.57 0.24 0.29
Hex 38 41 5B 26 1D 0 40 E1 18 1D
Octal 70 101 133 46 35 0 100 341 30 35
Binary 111000 1000001 1011011 100110 11101 0 1000000 11100001 11000 11101

Color Harmonies of #38415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38415B

Black with #38415B

Text Example


Text Example

White with #38415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38415B; }

 p { color: rgb(56,65,91); }

 H1.HeaderClassName
 {
   color: #38415B;
 }
 .AnyTagClassName
 {
   color: #38415B;
 }
</style>

background-color css

<style>
 a { background-color: #38415B; }

 a { background-color: rgb(56,65,91); }

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

border-color css

<style>
 span { border-color: #38415B; }

 span { border-color: rgb(56,65,91); }

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