Html Css Color HEX #38455D Gulf Blue

📋 copy color: '#38455D'

red 56 ◦ green 69 ◦ blue 93

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

Shades of Gulf Blue #38455D

Tints of Gulf Blue #38455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 25.69%
G = 31.65%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38455D (or 0x38455D) is known color: Gulf Blue. HEX triplet: 38, 45 and 5D. RGB value is (56,69,93). Sum of RGB (Red+Green+Blue) = 56+69+93=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #38455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455D is #C7BAA2. Grayscale: #434343. Windows color (decimal): -13089443 or 6112568. OLE color: 6112568.

HSL color Cylindrical-coordinate representation of color #38455D: hue angle of 218.92º 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 #38455D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 69 93 -
CMYK 0.40 0.26 0 0.64
HSL 218.92º 0.25% 0.29% -
HSV(B) 218.92º 0.4% 0.36% -
XYZ 5.73 5.89 11.19 -
YUV 67.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 56 69 93 0.40 0.26 0 0.64 218.92 0.25 0.29
Hex 38 45 5D 28 1A 0 40 DB 19 1D
Octal 70 105 135 50 32 0 100 333 31 35
Binary 111000 1000101 1011101 101000 11010 0 1000000 11011011 11001 11101

Color Harmonies of #38455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38455D

Black with #38455D

Text Example


Text Example

White with #38455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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