Html Css Color HEX #384B8E Tory Blue

📋 copy color: '#384B8E'

red 56 ◦ green 75 ◦ blue 142

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

Shades of Tory Blue #384B8E

Tints of Tory Blue #384B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 20.51%
G = 27.47%
B = 52.01%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#384B8E (or 0x384B8E) is known color: Tory Blue. HEX triplet: 38, 4B and 8E. RGB value is (56,75,142). Sum of RGB (Red+Green+Blue) = 56+75+142=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #384B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B8E is #C7B471. Grayscale: #4C4C4C. Windows color (decimal): -13087858 or 9325368. OLE color: 9325368.

HSL color Cylindrical-coordinate representation of color #384B8E: hue angle of 226.74º degrees, saturation: 0.43, 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 #384B8E is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 75 142 -
CMYK 0.61 0.47 0 0.44
HSL 226.74º 0.43% 0.39% -
HSV(B) 226.74º 0.61% 0.56% -
XYZ 9.03 7.83 26.63 -
YUV 76.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 56 75 142 0.61 0.47 0 0.44 226.74 0.43 0.39
Hex 38 4B 8E 3D 2F 0 2C E3 2B 27
Octal 70 113 216 75 57 0 54 343 53 47
Binary 111000 1001011 10001110 111101 101111 0 101100 11100011 101011 100111

Color Harmonies of #384B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B8E

Black with #384B8E

Text Example


Text Example

White with #384B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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