Html Css Color HEX #38455C Gulf Blue

📋 copy color: '#38455C'

red 56 ◦ green 69 ◦ blue 92

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

Shades of Gulf Blue #38455C

Tints of Gulf Blue #38455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 25.81%
G = 31.8%
B = 42.4%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38455C (or 0x38455C) is known color: Gulf Blue. HEX triplet: 38, 45 and 5C. RGB value is (56,69,92). Sum of RGB (Red+Green+Blue) = 56+69+92=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #38455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38455C is #C7BAA3. Grayscale: #434343. Windows color (decimal): -13089444 or 6047032. OLE color: 6047032.

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

Color convert

RGB 56 69 92 -
CMYK 0.39 0.25 0 0.64
HSL 218.33º 0.24% 0.29% -
HSV(B) 218.33º 0.39% 0.36% -
XYZ 5.69 5.87 10.96 -
YUV 67.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 56 69 92 0.39 0.25 0 0.64 218.33 0.24 0.29
Hex 38 45 5C 27 19 0 40 DA 18 1D
Octal 70 105 134 47 31 0 100 332 30 35
Binary 111000 1000101 1011100 100111 11001 0 1000000 11011010 11000 11101

Color Harmonies of #38455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38455C

Black with #38455C

Text Example


Text Example

White with #38455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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