Html Css Color HEX #38445B Gulf Blue

📋 copy color: '#38445B'

red 56 ◦ green 68 ◦ blue 91

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

Shades of Gulf Blue #38445B

Tints of Gulf Blue #38445B

RGB

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

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

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

R = 26.05%
G = 31.63%
B = 42.33%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38445B (or 0x38445B) is known color: Gulf Blue. HEX triplet: 38, 44 and 5B. RGB value is (56,68,91). Sum of RGB (Red+Green+Blue) = 56+68+91=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #38445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38445B is #C7BBA4. Grayscale: #424242. Windows color (decimal): -13089701 or 5981240. OLE color: 5981240.

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

Color convert

RGB 56 68 91 -
CMYK 0.38 0.25 0 0.64
HSL 219.43º 0.24% 0.29% -
HSV(B) 219.43º 0.38% 0.36% -
XYZ 5.59 5.73 10.71 -
YUV 67.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 56 68 91 0.38 0.25 0 0.64 219.43 0.24 0.29
Hex 38 44 5B 26 19 0 40 DB 18 1D
Octal 70 104 133 46 31 0 100 333 30 35
Binary 111000 1000100 1011011 100110 11001 0 1000000 11011011 11000 11101

Color Harmonies of #38445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38445B

Black with #38445B

Text Example


Text Example

White with #38445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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