Html Css Color HEX #384C98 Tory Blue

📋 copy color: '#384C98'

red 56 ◦ green 76 ◦ blue 152

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

Shades of Tory Blue #384C98

Tints of Tory Blue #384C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 19.72%
G = 26.76%
B = 53.52%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#384C98 (or 0x384C98) is known color: Tory Blue. HEX triplet: 38, 4C and 98. RGB value is (56,76,152). Sum of RGB (Red+Green+Blue) = 56+76+152=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #384C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C98 is #C7B367. Grayscale: #4E4E4E. Windows color (decimal): -13087592 or 9980984. OLE color: 9980984.

HSL color Cylindrical-coordinate representation of color #384C98: hue angle of 227.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384C98 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 76 152 -
CMYK 0.63 0.50 0 0.40
HSL 227.5º 0.46% 0.41% -
HSV(B) 227.5º 0.63% 0.6% -
XYZ 9.88 8.28 30.78 -
YUV 78.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 56 76 152 0.63 0.50 0 0.40 227.5 0.46 0.41
Hex 38 4C 98 3F 32 0 28 E4 2E 29
Octal 70 114 230 77 62 0 50 344 56 51
Binary 111000 1001100 10011000 111111 110010 0 101000 11100100 101110 101001

Color Harmonies of #384C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C98

Black with #384C98

Text Example


Text Example

White with #384C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,76,152); }

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

background-color css

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

 a { background-color: rgb(56,76,152); }

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

border-color css

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

 span { border-color: rgb(56,76,152); }

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