Html Css Color HEX #384B7D Tory Blue

📋 copy color: '#384B7D'

red 56 ◦ green 75 ◦ blue 125

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

Shades of Tory Blue #384B7D

Tints of Tory Blue #384B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 21.88%
G = 29.3%
B = 48.83%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#384B7D (or 0x384B7D) is known color: Tory Blue. HEX triplet: 38, 4B and 7D. RGB value is (56,75,125). Sum of RGB (Red+Green+Blue) = 56+75+125=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #384B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B7D is #C7B482. Grayscale: #4A4A4A. Windows color (decimal): -13087875 or 8211256. OLE color: 8211256.

HSL color Cylindrical-coordinate representation of color #384B7D: hue angle of 223.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #384B7D is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 75 125 -
CMYK 0.55 0.40 0 0.51
HSL 223.48º 0.38% 0.35% -
HSV(B) 223.48º 0.55% 0.49% -
XYZ 7.85 7.35 20.41 -
YUV 75.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 56 75 125 0.55 0.40 0 0.51 223.48 0.38 0.35
Hex 38 4B 7D 37 28 0 33 DF 26 23
Octal 70 113 175 67 50 0 63 337 46 43
Binary 111000 1001011 1111101 110111 101000 0 110011 11011111 100110 100011

Color Harmonies of #384B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B7D

Black with #384B7D

Text Example


Text Example

White with #384B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B7D; }

 p { color: rgb(56,75,125); }

 H1.HeaderClassName
 {
   color: #384B7D;
 }
 .AnyTagClassName
 {
   color: #384B7D;
 }
</style>

background-color css

<style>
 a { background-color: #384B7D; }

 a { background-color: rgb(56,75,125); }

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

border-color css

<style>
 span { border-color: #384B7D; }

 span { border-color: rgb(56,75,125); }

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