Html Css Color HEX #384678 Resolution Blue

📋 copy color: '#384678'

red 56 ◦ green 70 ◦ blue 120

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

Shades of Resolution Blue #384678

Tints of Resolution Blue #384678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 22.76%
G = 28.46%
B = 48.78%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384678 (or 0x384678) is known color: Resolution Blue. HEX triplet: 38, 46 and 78. RGB value is (56,70,120). Sum of RGB (Red+Green+Blue) = 56+70+120=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #384678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384678 is #C7B987. Grayscale: #474747. Windows color (decimal): -13089160 or 7882296. OLE color: 7882296.

HSL color Cylindrical-coordinate representation of color #384678: hue angle of 226.88º 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 #384678 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 70 120 -
CMYK 0.53 0.42 0 0.53
HSL 226.88º 0.36% 0.35% -
HSV(B) 226.88º 0.53% 0.47% -
XYZ 7.21 6.58 18.66 -
YUV 71.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 56 70 120 0.53 0.42 0 0.53 226.88 0.36 0.35
Hex 38 46 78 35 2A 0 35 E3 24 23
Octal 70 106 170 65 52 0 65 343 44 43
Binary 111000 1000110 1111000 110101 101010 0 110101 11100011 100100 100011

Color Harmonies of #384678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384678

Black with #384678

Text Example


Text Example

White with #384678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384678; }

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

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

background-color css

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

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

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

border-color css

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

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

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