Html Css Color HEX #38425C Gulf Blue

📋 copy color: '#38425C'

red 56 ◦ green 66 ◦ blue 92

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

Shades of Gulf Blue #38425C

Tints of Gulf Blue #38425C

RGB

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

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

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

R = 26.17%
G = 30.84%
B = 42.99%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38425C (or 0x38425C) is known color: Gulf Blue. HEX triplet: 38, 42 and 5C. RGB value is (56,66,92). Sum of RGB (Red+Green+Blue) = 56+66+92=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #38425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38425C is #C7BDA3. Grayscale: #414141. Windows color (decimal): -13090212 or 6046264. OLE color: 6046264.

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

Color convert

RGB 56 66 92 -
CMYK 0.39 0.28 0 0.64
HSL 223.33º 0.24% 0.29% -
HSV(B) 223.33º 0.39% 0.36% -
XYZ 5.51 5.51 10.9 -
YUV 65.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 56 66 92 0.39 0.28 0 0.64 223.33 0.24 0.29
Hex 38 42 5C 27 1C 0 40 DF 18 1D
Octal 70 102 134 47 34 0 100 337 30 35
Binary 111000 1000010 1011100 100111 11100 0 1000000 11011111 11000 11101

Color Harmonies of #38425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38425C

Black with #38425C

Text Example


Text Example

White with #38425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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