Html Css Color HEX #384873 Resolution Blue

📋 copy color: '#384873'

red 56 ◦ green 72 ◦ blue 115

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

Shades of Resolution Blue #384873

Tints of Resolution Blue #384873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 23.05%
G = 29.63%
B = 47.33%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384873 (or 0x384873) is known color: Resolution Blue. HEX triplet: 38, 48 and 73. RGB value is (56,72,115). Sum of RGB (Red+Green+Blue) = 56+72+115=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #384873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384873 is #C7B78C. Grayscale: #474747. Windows color (decimal): -13088653 or 7555128. OLE color: 7555128.

HSL color Cylindrical-coordinate representation of color #384873: hue angle of 223.73º 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 #384873 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 72 115 -
CMYK 0.51 0.37 0 0.55
HSL 223.73º 0.35% 0.34% -
HSV(B) 223.73º 0.51% 0.45% -
XYZ 7.04 6.71 17.14 -
YUV 72.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 56 72 115 0.51 0.37 0 0.55 223.73 0.35 0.34
Hex 38 48 73 33 25 0 37 E0 23 22
Octal 70 110 163 63 45 0 67 340 43 42
Binary 111000 1001000 1110011 110011 100101 0 110111 11100000 100011 100010

Color Harmonies of #384873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384873

Black with #384873

Text Example


Text Example

White with #384873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384873; }

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

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

background-color css

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

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

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

border-color css

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

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

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