Html Css Color HEX #384A78 Resolution Blue

📋 copy color: '#384A78'

red 56 ◦ green 74 ◦ blue 120

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

Shades of Resolution Blue #384A78

Tints of Resolution Blue #384A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 120 (47.27% from 255) = 48%

R = 22.4%
G = 29.6%
B = 48%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384A78 (or 0x384A78) is known color: Resolution Blue. HEX triplet: 38, 4A and 78. RGB value is (56,74,120). Sum of RGB (Red+Green+Blue) = 56+74+120=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #384A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A78 is #C7B587. Grayscale: #494949. Windows color (decimal): -13088136 or 7883320. OLE color: 7883320.

HSL color Cylindrical-coordinate representation of color #384A78: hue angle of 223.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384A78 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 74 120 -
CMYK 0.53 0.38 0 0.53
HSL 223.13º 0.36% 0.35% -
HSV(B) 223.13º 0.53% 0.47% -
XYZ 7.47 7.09 18.74 -
YUV 73.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 56 74 120 0.53 0.38 0 0.53 223.13 0.36 0.35
Hex 38 4A 78 35 26 0 35 DF 24 23
Octal 70 112 170 65 46 0 65 337 44 43
Binary 111000 1001010 1111000 110101 100110 0 110101 11011111 100100 100011

Color Harmonies of #384A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A78

Black with #384A78

Text Example


Text Example

White with #384A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,120); }

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

background-color css

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

 a { background-color: rgb(56,74,120); }

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

border-color css

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

 span { border-color: rgb(56,74,120); }

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