Html Css Color HEX #38557F St Tropaz

📋 copy color: '#38557F'

red 56 ◦ green 85 ◦ blue 127

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

Shades of St Tropaz #38557F

Tints of St Tropaz #38557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 127 (50% from 255) = 47.39%

R = 20.9%
G = 31.72%
B = 47.39%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38557F (or 0x38557F) is known color: St Tropaz. HEX triplet: 38, 55 and 7F. RGB value is (56,85,127). Sum of RGB (Red+Green+Blue) = 56+85+127=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #38557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38557F is #C7AA80. Grayscale: #505050. Windows color (decimal): -13085313 or 8344888. OLE color: 8344888.

HSL color Cylindrical-coordinate representation of color #38557F: hue angle of 215.49º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38557F is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 85 127 -
CMYK 0.56 0.33 0 0.50
HSL 215.49º 0.39% 0.36% -
HSV(B) 215.49º 0.56% 0.5% -
XYZ 8.71 8.87 21.33 -
YUV 81.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 56 85 127 0.56 0.33 0 0.50 215.49 0.39 0.36
Hex 38 55 7F 38 21 0 32 D7 27 24
Octal 70 125 177 70 41 0 62 327 47 44
Binary 111000 1010101 1111111 111000 100001 0 110010 11010111 100111 100100

Color Harmonies of #38557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38557F

Black with #38557F

Text Example


Text Example

White with #38557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38557F; }

 p { color: rgb(56,85,127); }

 H1.HeaderClassName
 {
   color: #38557F;
 }
 .AnyTagClassName
 {
   color: #38557F;
 }
</style>

background-color css

<style>
 a { background-color: #38557F; }

 a { background-color: rgb(56,85,127); }

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

border-color css

<style>
 span { border-color: #38557F; }

 span { border-color: rgb(56,85,127); }

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