Html Css Color HEX #384BA4 Tory Blue

📋 copy color: '#384BA4'

red 56 ◦ green 75 ◦ blue 164

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

Shades of Tory Blue #384BA4

Tints of Tory Blue #384BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.59%

R = 18.98%
G = 25.42%
B = 55.59%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#384BA4 (or 0x384BA4) is known color: Tory Blue. HEX triplet: 38, 4B and A4. RGB value is (56,75,164). Sum of RGB (Red+Green+Blue) = 56+75+164=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #384BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384BA4 is #C7B45B. Grayscale: #4F4F4F. Windows color (decimal): -13087836 or 10767160. OLE color: 10767160.

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

Color convert

RGB 56 75 164 -
CMYK 0.66 0.54 0 0.36
HSL 229.44º 0.49% 0.43% -
HSV(B) 229.44º 0.66% 0.64% -
XYZ 10.85 8.55 36.2 -
YUV 79.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 56 75 164 0.66 0.54 0 0.36 229.44 0.49 0.43
Hex 38 4B A4 42 36 0 24 E5 31 2B
Octal 70 113 244 102 66 0 44 345 61 53
Binary 111000 1001011 10100100 1000010 110110 0 100100 11100101 110001 101011

Color Harmonies of #384BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BA4

Black with #384BA4

Text Example


Text Example

White with #384BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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