Html Css Color HEX #38445D Gulf Blue

📋 copy color: '#38445D'

red 56 ◦ green 68 ◦ blue 93

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

Shades of Gulf Blue #38445D

Tints of Gulf Blue #38445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 25.81%
G = 31.34%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38445D (or 0x38445D) is known color: Gulf Blue. HEX triplet: 38, 44 and 5D. RGB value is (56,68,93). Sum of RGB (Red+Green+Blue) = 56+68+93=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #38445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38445D is #C7BBA2. Grayscale: #434343. Windows color (decimal): -13089699 or 6112312. OLE color: 6112312.

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

Color convert

RGB 56 68 93 -
CMYK 0.40 0.27 0 0.64
HSL 220.54º 0.25% 0.29% -
HSV(B) 220.54º 0.4% 0.36% -
XYZ 5.67 5.77 11.17 -
YUV 67.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 56 68 93 0.40 0.27 0 0.64 220.54 0.25 0.29
Hex 38 44 5D 28 1B 0 40 DD 19 1D
Octal 70 104 135 50 33 0 100 335 31 35
Binary 111000 1000100 1011101 101000 11011 0 1000000 11011101 11001 11101

Color Harmonies of #38445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38445D

Black with #38445D

Text Example


Text Example

White with #38445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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