Html Css Color HEX #38425D Gulf Blue

📋 copy color: '#38425D'

red 56 ◦ green 66 ◦ blue 93

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

Shades of Gulf Blue #38425D

Tints of Gulf Blue #38425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 26.05%
G = 30.7%
B = 43.26%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38425D (or 0x38425D) is known color: Gulf Blue. HEX triplet: 38, 42 and 5D. RGB value is (56,66,93). Sum of RGB (Red+Green+Blue) = 56+66+93=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #38425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38425D is #C7BDA2. Grayscale: #414141. Windows color (decimal): -13090211 or 6111800. OLE color: 6111800.

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

Color convert

RGB 56 66 93 -
CMYK 0.40 0.29 0 0.64
HSL 223.78º 0.25% 0.29% -
HSV(B) 223.78º 0.4% 0.36% -
XYZ 5.55 5.53 11.13 -
YUV 66.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 56 66 93 0.40 0.29 0 0.64 223.78 0.25 0.29
Hex 38 42 5D 28 1D 0 40 E0 19 1D
Octal 70 102 135 50 35 0 100 340 31 35
Binary 111000 1000010 1011101 101000 11101 0 1000000 11100000 11001 11101

Color Harmonies of #38425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38425D

Black with #38425D

Text Example


Text Example

White with #38425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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