Html Css Color HEX #38415A Gulf Blue

📋 copy color: '#38415A'

red 56 ◦ green 65 ◦ blue 90

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

Shades of Gulf Blue #38415A

Tints of Gulf Blue #38415A

RGB

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

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

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

R = 26.54%
G = 30.81%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38415A (or 0x38415A) is known color: Gulf Blue. HEX triplet: 38, 41 and 5A. RGB value is (56,65,90). Sum of RGB (Red+Green+Blue) = 56+65+90=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #38415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38415A is #C7BEA5. Grayscale: #414141. Windows color (decimal): -13090470 or 5914936. OLE color: 5914936.

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

Color convert

RGB 56 65 90 -
CMYK 0.38 0.28 0 0.65
HSL 224.12º 0.23% 0.29% -
HSV(B) 224.12º 0.38% 0.35% -
XYZ 5.37 5.36 10.42 -
YUV 65.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 56 65 90 0.38 0.28 0 0.65 224.12 0.23 0.29
Hex 38 41 5A 26 1C 0 41 E0 17 1D
Octal 70 101 132 46 34 0 101 340 27 35
Binary 111000 1000001 1011010 100110 11100 0 1000001 11100000 10111 11101

Color Harmonies of #38415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38415A

Black with #38415A

Text Example


Text Example

White with #38415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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