Html Css Color HEX #384BA2 Tory Blue

📋 copy color: '#384BA2'

red 56 ◦ green 75 ◦ blue 162

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

Shades of Tory Blue #384BA2

Tints of Tory Blue #384BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.29%

R = 19.11%
G = 25.6%
B = 55.29%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#384BA2 (or 0x384BA2) is known color: Tory Blue. HEX triplet: 38, 4B and A2. RGB value is (56,75,162). Sum of RGB (Red+Green+Blue) = 56+75+162=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #384BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384BA2 is #C7B45D. Grayscale: #4E4E4E. Windows color (decimal): -13087838 or 10636088. OLE color: 10636088.

HSL color Cylindrical-coordinate representation of color #384BA2: hue angle of 229.25º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384BA2 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 75 162 -
CMYK 0.65 0.54 0 0.36
HSL 229.25º 0.49% 0.43% -
HSV(B) 229.25º 0.65% 0.64% -
XYZ 10.67 8.48 35.26 -
YUV 79.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 56 75 162 0.65 0.54 0 0.36 229.25 0.49 0.43
Hex 38 4B A2 41 36 0 24 E5 31 2B
Octal 70 113 242 101 66 0 44 345 61 53
Binary 111000 1001011 10100010 1000001 110110 0 100100 11100101 110001 101011

Color Harmonies of #384BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BA2

Black with #384BA2

Text Example


Text Example

White with #384BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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