Html Css Color HEX #384673 Resolution Blue

📋 copy color: '#384673'

red 56 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #384673

Tints of Resolution Blue #384673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 23.24%
G = 29.05%
B = 47.72%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384673 (or 0x384673) is known color: Resolution Blue. HEX triplet: 38, 46 and 73. RGB value is (56,70,115). Sum of RGB (Red+Green+Blue) = 56+70+115=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #384673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384673 is #C7B98C. Grayscale: #464646. Windows color (decimal): -13089165 or 7554616. OLE color: 7554616.

HSL color Cylindrical-coordinate representation of color #384673: hue angle of 225.76º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384673 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 70 115 -
CMYK 0.51 0.39 0 0.55
HSL 225.76º 0.35% 0.34% -
HSV(B) 225.76º 0.51% 0.45% -
XYZ 6.92 6.46 17.1 -
YUV 70.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 56 70 115 0.51 0.39 0 0.55 225.76 0.35 0.34
Hex 38 46 73 33 27 0 37 E2 23 22
Octal 70 106 163 63 47 0 67 342 43 42
Binary 111000 1000110 1110011 110011 100111 0 110111 11100010 100011 100010

Color Harmonies of #384673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384673

Black with #384673

Text Example


Text Example

White with #384673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384673; }

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

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

background-color css

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

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

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

border-color css

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

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

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