Html Css Color HEX #38445C Gulf Blue

📋 copy color: '#38445C'

red 56 ◦ green 68 ◦ blue 92

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

Shades of Gulf Blue #38445C

Tints of Gulf Blue #38445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 25.93%
G = 31.48%
B = 42.59%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38445C (or 0x38445C) is known color: Gulf Blue. HEX triplet: 38, 44 and 5C. RGB value is (56,68,92). Sum of RGB (Red+Green+Blue) = 56+68+92=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #38445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38445C is #C7BBA3. Grayscale: #434343. Windows color (decimal): -13089700 or 6046776. OLE color: 6046776.

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

Color convert

RGB 56 68 92 -
CMYK 0.39 0.26 0 0.64
HSL 220º 0.24% 0.29% -
HSV(B) 220º 0.39% 0.36% -
XYZ 5.63 5.75 10.94 -
YUV 67.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 56 68 92 0.39 0.26 0 0.64 220 0.24 0.29
Hex 38 44 5C 27 1A 0 40 DC 18 1D
Octal 70 104 134 47 32 0 100 334 30 35
Binary 111000 1000100 1011100 100111 11010 0 1000000 11011100 11000 11101

Color Harmonies of #38445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38445C

Black with #38445C

Text Example


Text Example

White with #38445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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