Html Css Color HEX #385A8B St Tropaz

📋 copy color: '#385A8B'

red 56 ◦ green 90 ◦ blue 139

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

Shades of St Tropaz #385A8B

Tints of St Tropaz #385A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 19.65%
G = 31.58%
B = 48.77%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#385A8B (or 0x385A8B) is known color: St Tropaz. HEX triplet: 38, 5A and 8B. RGB value is (56,90,139). Sum of RGB (Red+Green+Blue) = 56+90+139=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #385A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A8B is #C7A574. Grayscale: #555555. Windows color (decimal): -13084021 or 9132600. OLE color: 9132600.

HSL color Cylindrical-coordinate representation of color #385A8B: hue angle of 215.42º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385A8B is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 90 139 -
CMYK 0.60 0.35 0 0.45
HSL 215.42º 0.43% 0.38% -
HSV(B) 215.42º 0.6% 0.55% -
XYZ 9.95 10.02 25.84 -
YUV 85.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 56 90 139 0.60 0.35 0 0.45 215.42 0.43 0.38
Hex 38 5A 8B 3C 23 0 2D D7 2B 26
Octal 70 132 213 74 43 0 55 327 53 46
Binary 111000 1011010 10001011 111100 100011 0 101101 11010111 101011 100110

Color Harmonies of #385A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A8B

Black with #385A8B

Text Example


Text Example

White with #385A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A8B; }

 p { color: rgb(56,90,139); }

 H1.HeaderClassName
 {
   color: #385A8B;
 }
 .AnyTagClassName
 {
   color: #385A8B;
 }
</style>

background-color css

<style>
 a { background-color: #385A8B; }

 a { background-color: rgb(56,90,139); }

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

border-color css

<style>
 span { border-color: #385A8B; }

 span { border-color: rgb(56,90,139); }

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