Html Css Color HEX #384290 Tory Blue

📋 copy color: '#384290'

red 56 ◦ green 66 ◦ blue 144

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

Shades of Tory Blue #384290

Tints of Tory Blue #384290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 21.05%
G = 24.81%
B = 54.14%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#384290 (or 0x384290) is known color: Tory Blue. HEX triplet: 38, 42 and 90. RGB value is (56,66,144). Sum of RGB (Red+Green+Blue) = 56+66+144=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #384290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384290 is #C7BD6F. Grayscale: #474747. Windows color (decimal): -13090160 or 9454136. OLE color: 9454136.

HSL color Cylindrical-coordinate representation of color #384290: hue angle of 233.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384290 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 66 144 -
CMYK 0.61 0.54 0 0.44
HSL 233.18º 0.44% 0.39% -
HSV(B) 233.18º 0.61% 0.56% -
XYZ 8.61 6.75 27.23 -
YUV 71.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 56 66 144 0.61 0.54 0 0.44 233.18 0.44 0.39
Hex 38 42 90 3D 36 0 2C E9 2C 27
Octal 70 102 220 75 66 0 54 351 54 47
Binary 111000 1000010 10010000 111101 110110 0 101100 11101001 101100 100111

Color Harmonies of #384290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384290

Black with #384290

Text Example


Text Example

White with #384290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384290; }

 p { color: rgb(56,66,144); }

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

background-color css

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

 a { background-color: rgb(56,66,144); }

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

border-color css

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

 span { border-color: rgb(56,66,144); }

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